Skip to content

Commit 3f29367

Browse files
chore(ci): bump actions/checkout to v6, actions/cache to v5
1 parent a5398ee commit 3f29367

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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
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
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
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
350350
with:
351351
token: ${{ secrets.GITHUB_TOKEN }}
352352

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5.0.0
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install Bun
1919
uses: oven-sh/setup-bun@v2.0.2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4.3.0
22+
uses: actions/cache@v5
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)