We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83a3397 + 74af52c commit 13974a9Copy full SHA for 13974a9
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
12
with:
13
token: ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }}
14
- - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
+ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 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