Skip to content

Commit a28a4a0

Browse files
authored
Merge pull request #34 from jellyrock/renovate/github-actions
2 parents ca940ba + a6ce17c commit a28a4a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
token: ${{ steps.app-token.outputs.token }}
2929

30-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
30+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
3232
node-version: "lts/*"
3333
cache: "npm"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2929

3030
- name: Set up SSH
3131
env:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
token: ${{ steps.app-token.outputs.token }}
3636
fetch-depth: 0
3737

38-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
38+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
4040
node-version: "lts/*"
4141
cache: "npm"

0 commit comments

Comments
 (0)