Skip to content

Commit e9269df

Browse files
chore(deps): update actions/checkout action to v5 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6f5984 commit e9269df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node-version: [18.x, 20.x, 22.x]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: pnpm/action-setup@v4
2020
with:
2121
version: 9.15.9
@@ -65,7 +65,7 @@ jobs:
6565
CI: true
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
- uses: jdx/mise-action@v2
7070
- run: pnpm i --frozen-lockfile
7171
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0 # Need history for changelog generation
2626
- uses: jdx/mise-action@v2

0 commit comments

Comments
 (0)