We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29843cd commit cafebc3Copy full SHA for cafebc3
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- '12'
16
- '14'
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
persist-credentials: false
- name: Setup Node.js
0 commit comments