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 5d0bcea commit 154bb2fCopy full SHA for 154bb2f
.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.3.0
+ uses: actions/setup-node@v4.4.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