Skip to content

Commit 456517b

Browse files
authored
Merge pull request #28 from jellyrock/renovate/github-actions
2 parents 7cab723 + 855e217 commit 456517b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
with:
1313
token: ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }}
14-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
14+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1515
with:
1616
node-version: "lts/*"
1717
cache: "npm"

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: ${{ github.ref_name }}
1414
token: ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }}
15-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
15+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1616
with:
1717
node-version: "lts/*"
1818
cache: "npm"

0 commit comments

Comments
 (0)