Skip to content

Commit 3c4631f

Browse files
chore(deps): update actions/checkout action to v6
1 parent e0c0887 commit 3c4631f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v5.0.0
122+
uses: actions/checkout@v6.0.1
123123
with:
124124
token: ${{ secrets.GITHUB_TOKEN }}
125125
fetch-depth: 0 # Fetch full history for rebasing
@@ -156,7 +156,7 @@ jobs:
156156

157157
steps:
158158
- name: Checkout repository
159-
uses: actions/checkout@v5.0.0
159+
uses: actions/checkout@v6.0.1
160160
with:
161161
token: ${{ secrets.GITHUB_TOKEN }}
162162
fetch-depth: 0
@@ -237,7 +237,7 @@ jobs:
237237

238238
steps:
239239
- name: Checkout repository
240-
uses: actions/checkout@v5.0.0
240+
uses: actions/checkout@v6.0.1
241241
with:
242242
token: ${{ secrets.GITHUB_TOKEN }}
243243
fetch-depth: 0
@@ -346,7 +346,7 @@ jobs:
346346

347347
steps:
348348
- name: Checkout repository
349-
uses: actions/checkout@v5.0.0
349+
uses: actions/checkout@v6.0.1
350350
with:
351351
token: ${{ secrets.GITHUB_TOKEN }}
352352

.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@v5
21+
- uses: actions/checkout@v6
2222

2323
- name: Install Bun
2424
uses: oven-sh/setup-bun@v2
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- name: Install Bun
4747
uses: oven-sh/setup-bun@v2
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565

6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868

6969
- name: Install Bun
7070
uses: oven-sh/setup-bun@v2
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191

9292
steps:
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494

9595
- name: Install Bun
9696
uses: oven-sh/setup-bun@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "================================="
3737
3838
- name: Checkout Code
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
token: ${{ secrets.PAT_TOKEN || github.token }}
4242
fetch-depth: 0
@@ -133,7 +133,7 @@ jobs:
133133
version: ${{ env.VERSION }}
134134
steps:
135135
- name: Checkout Code
136-
uses: actions/checkout@v5
136+
uses: actions/checkout@v6
137137
with:
138138
token: ${{ secrets.PAT_TOKEN || github.token }}
139139
fetch-depth: 0

.github/workflows/update-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "============================================="
3131
3232
- name: Checkout repository
33-
uses: actions/checkout@v5.0.0
33+
uses: actions/checkout@v6.0.1
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN || github.token }}
3636
fetch-depth: 0

.github/workflows/update-pantry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "=================================================="
3131
3232
- name: Checkout repository
33-
uses: actions/checkout@v5.0.0
33+
uses: actions/checkout@v6.0.1
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN || github.token }}
3636
fetch-depth: 0

0 commit comments

Comments
 (0)