We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c40b79 + 5d44389 commit 102a76dCopy full SHA for 102a76d
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Check out repository
29
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.1
30
31
- name: Set up Node.js ${{ matrix.node }}
32
uses: actions/[email protected]
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
24
25
- name: Set up Node.js
0 commit comments