Skip to content

Commit 837d094

Browse files
authored
Merge pull request #13 from cewert/renovate/major-github-actions
Update actions/setup-node action to v6
2 parents 12c63b0 + 59bf712 commit 837d094

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@a0853c24544627f65ddf259abe73b1d18a591444 # v5
14+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 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 }}
15-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
15+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616
with:
1717
node-version: "lts/*"
1818
cache: "npm"

0 commit comments

Comments
 (0)