We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b227b5c + d00fde1 commit b955867Copy full SHA for b955867
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12
with:
13
token: ${{ secrets.JELLYROCK_BOT_TOKEN }}
14
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
15
16
node-version: "lts/*"
17
cache: "npm"
.github/workflows/update.yml
@@ -12,7 +12,7 @@ jobs:
ref: ${{ github.ref_name }}
18
0 commit comments