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 25e9d1c + 807ab5b commit b59083eCopy full SHA for b59083e
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Check out repository
29
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v3.6.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