Skip to content

Commit e5840e4

Browse files
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17d47f1 commit e5840e4

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
@@ -9,7 +9,7 @@ jobs:
99
node-version: [16.x, 18.x, 20.x]
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Setup NodeJS ${{ matrix.node-version }}
1414
uses: actions/setup-node@v3
1515
with:
@@ -32,7 +32,7 @@ jobs:
3232
needs: [build]
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
token: ${{ secrets.GIT_PUSH_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969
needs: [publish]
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
with:
7474
repository: ${{github.repository}}.wiki
7575
token: ${{ secrets.GIT_PUSH_TOKEN }}

0 commit comments

Comments
 (0)