Skip to content

Commit 7279ae6

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 5c823c7 commit 7279ae6

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
@@ -20,7 +20,7 @@ jobs:
2020
node-version: [22.x]
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4
2626
with:
@@ -42,7 +42,7 @@ jobs:
4242
needs:
4343
- build
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
- uses: actions/setup-node@v4
4747
with:
4848
# renovate: datasource=docker depName=node

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private-key: ${{ secrets.CI_PRIVATE_KEY }}
2828

2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)