Skip to content

Commit 194cdb4

Browse files
chore(deps): update actions/setup-node digest to 53b8394 (#721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec11af1 commit 194cdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Install dependencies, build and test project
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
7+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
88
with:
99
node-version-file: .nvmrc
1010
cache: npm

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
# Uses the `docker/login-action` action to log in to the Container registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
26-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
26+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2727
with:
2828
node-version-file: .nvmrc
2929
cache: npm

0 commit comments

Comments
 (0)