Skip to content

Commit 10ba551

Browse files
authored
Merge pull request #666 from share/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 8f727a5 + 8e90add commit 10ba551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: '2.7'

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 27017:27017
2626
timeout-minutes: 10
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)