Skip to content

Commit 26e270a

Browse files
Update actions/setup-node action to v7 (#1487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent bfbb1b4 commit 26e270a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
continue-on-error: true
2525
steps:
26-
- uses: actions/setup-node@v6
26+
- uses: actions/setup-node@v7
2727
- uses: actions/checkout@v6
2828
- run: npx -y prettier --check ./
2929
# Uncomment the line below to include shell script linting

0 commit comments

Comments
 (0)