Skip to content

Commit 64e4d8b

Browse files
dependabot[bot]ampagent
authored andcommitted
ci(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Co-authored-by: Eli <elisha.dukes@gmail.com> Amp-Thread-ID: https://ampcode.com/threads/T-019fbb44-bcba-718f-849a-12815326f2e6 --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80a670a commit 64e4d8b

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: write
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
27+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
2828
with:
2929
persist-credentials: false
3030
fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
4949
contents: write
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
52+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
5353
with:
5454
persist-credentials: true
5555
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
packages: write
7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
75+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
7676
with:
7777
persist-credentials: false
7878
- name: Login to GitHub registry
@@ -165,7 +165,7 @@ jobs:
165165
if: contains(github.event.head_commit.message, '[release]')
166166
steps:
167167
- name: Checkout repository
168-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
168+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
169169
with:
170170
persist-credentials: false
171171
- name: Login to GitHub registry
@@ -192,7 +192,7 @@ jobs:
192192
needs: [docker-release]
193193
steps:
194194
- name: Checkout repository
195-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
195+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
196196
with:
197197
persist-credentials: true
198198
fetch-depth: 0
@@ -242,7 +242,7 @@ jobs:
242242
needs: [action-latest-test, deploy-latest]
243243
steps:
244244
- name: Checkout repository
245-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
245+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
246246
with:
247247
persist-credentials: false
248248
- name: Setup NodeJS

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
2323
with:
2424
persist-credentials: false
2525
- name: Run script

.github/workflows/examples.presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
54+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
5555
with:
5656
persist-credentials: true
5757
fetch-depth: 0
@@ -1334,7 +1334,7 @@ jobs:
13341334
if: ${{ github.repository == 'gh-metrics/metrics' && false }}
13351335
steps:
13361336
- name: Checkout repository
1337-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
1337+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
13381338
with:
13391339
persist-credentials: true
13401340
fetch-depth: 0

.github/workflows/test.presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
2222
with:
2323
persist-credentials: false
2424
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.0.0
44+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0
4545
with:
4646
persist-credentials: false
4747
- name: Build gh-metrics/metrics:${{ github.head_ref || 'master' }}

0 commit comments

Comments
 (0)