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 b3718b2 + 0bef71b commit 30c6fd4Copy full SHA for 30c6fd4
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Check out repository
29
- uses: actions/checkout@v4.0.0
+ uses: actions/checkout@v4.1.0
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