We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a571867 commit b726f01Copy full SHA for b726f01
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
19
COVERAGE_OPTION: ./node_modules/.bin/nyc
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Use Node.js
23
uses: actions/setup-node@v3
24
with:
.github/workflows/release-automated.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- name: Checkout repository
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
12
persist-credentials: false
13
- name: Setup Node
0 commit comments