Skip to content

Commit d3db4c8

Browse files
renovate[bot]a1k0u
authored andcommitted
chore(deps): update actions/setup-node digest to 0a44ba7 in .github/workflows/website.yml (main) (runatlantis#4934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: a1k0u <[email protected]>
1 parent 685b206 commit d3db4c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/renovate-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
23+
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2424
- run: npx --package renovate -c 'renovate-config-validator'

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
globs: 'runatlantis.io/**/*.md'
5656

5757
- name: setup npm
58-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
58+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
5959
with:
6060
node-version: '20'
6161
cache: 'npm'

0 commit comments

Comments
 (0)