Skip to content

Commit 081919b

Browse files
chore: update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af15cf5 commit 081919b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v6
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v2
3434
with:
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
timeout-minutes: 60
8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v6
8282
- name: Use Node.js 16
8383
uses: actions/setup-node@v2
8484
with:
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
timeout-minutes: 60
9797
steps:
98-
- uses: actions/checkout@v3
98+
- uses: actions/checkout@v6
9999
with:
100100
fetch-depth: 0
101101
- name: Use Node.js 16

0 commit comments

Comments
 (0)