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 7685df4 commit 3482d31Copy full SHA for 3482d31
.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@v4.0.3
+ uses: actions/setup-node@v4.0.4
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