We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12c63b0 + 59bf712 commit 837d094Copy full SHA for 837d094
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@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
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