We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f727a5 commit 8e90addCopy full SHA for 8e90add
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
timeout-minutes: 10
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- uses: ruby/setup-ruby@v1
23
with:
24
ruby-version: '2.7'
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- 27017:27017
26
27
28
29
- uses: actions/setup-node@v4
30
31
node-version: ${{ matrix.node }}
0 commit comments