We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d32651 commit 5159aeeCopy full SHA for 5159aee
.github/workflows/test-and-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- name: Use Node.js ${{ matrix.node }}
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
32
33
- name: Checkout
34
35
36
37
- name: Setup Node.js
0 commit comments