Skip to content

Commit 6ba64f8

Browse files
chore(deps): update actions/checkout action to v7
1 parent da1ff61 commit 6ba64f8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
152152
steps:
153153
- name: Checkout repository
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v7
155155
with:
156156
token: ${{ secrets.GITHUB_TOKEN }}
157157
fetch-depth: 0 # Fetch full history for rebasing
@@ -189,7 +189,7 @@ jobs:
189189

190190
steps:
191191
- name: Checkout repository
192-
uses: actions/checkout@v4
192+
uses: actions/checkout@v7
193193
with:
194194
token: ${{ secrets.GITHUB_TOKEN }}
195195
fetch-depth: 0
@@ -271,7 +271,7 @@ jobs:
271271

272272
steps:
273273
- name: Checkout repository
274-
uses: actions/checkout@v4
274+
uses: actions/checkout@v7
275275
with:
276276
token: ${{ secrets.GITHUB_TOKEN }}
277277
fetch-depth: 0
@@ -381,7 +381,7 @@ jobs:
381381

382382
steps:
383383
- name: Checkout repository
384-
uses: actions/checkout@v4
384+
uses: actions/checkout@v7
385385
with:
386386
token: ${{ secrets.GITHUB_TOKEN }}
387387

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222

2323
- name: Setup Pantry
2424
uses: home-lang/pantry/packages/action@main
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737

3838
- name: Setup Pantry
3939
uses: home-lang/pantry/packages/action@main
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252

5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555

5656
- name: Setup Pantry
5757
uses: home-lang/pantry/packages/action@main
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575
with:
7676
fetch-depth: 0
7777

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)