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.
1 parent b68419a commit 0bef71bCopy full SHA for 0bef71b
.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