We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916a7a8 commit f29b5f5Copy full SHA for f29b5f5
.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@v4.1.7
+ uses: actions/checkout@v4.2.0
14
- name: Use Node.js ${{ matrix.node }}
15
uses: actions/setup-node@v4.0.4
16
with:
@@ -28,7 +28,7 @@ jobs:
28
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29
30
- name: Checkout
31
32
33
fetch-depth: 0
34
- name: Setup Node.js
0 commit comments