We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068e1a8 commit 05d4e83Copy full SHA for 05d4e83
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
show-progress: false
24
25
- name: Setup Node.js with npm
26
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
27
with:
28
check-latest: true
29
node-version: ${{ env.NODE_JS_VERSION }}
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
30
0 commit comments