Skip to content

Commit df1adda

Browse files
authored
Merge pull request #689 from sclable/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents bcec270 + e5840e4 commit df1adda

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)