Skip to content

Commit b955867

Browse files
authored
Merge pull request #8 from cewert/renovate/major-github-actions
2 parents b227b5c + d00fde1 commit b955867

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1212
with:
1313
token: ${{ secrets.JELLYROCK_BOT_TOKEN }}
14-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
14+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
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 }}
15-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1616
with:
1717
node-version: "lts/*"
1818
cache: "npm"

0 commit comments

Comments
 (0)