We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7752c40 + d4bbc65 commit 41bd52eCopy full SHA for 41bd52e
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Check out repository
30
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.0
31
32
- name: Set up Node.js ${{ matrix.node }}
33
uses: actions/setup-node@v5.0.0
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
24
25
26
- name: Set up Node.js
0 commit comments