Skip to content

Commit 4cf1032

Browse files
authored
Merge pull request #3751 from navikt/dependabot/github_actions/actions/setup-node-4.1.0
Bump actions/setup-node from 4.0.4 to 4.1.0
2 parents 3b8cd01 + 02d5445 commit 4cf1032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-deploy-to-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
28-
- uses: actions/setup-node@v4.0.4
28+
- uses: actions/setup-node@v4.1.0
2929
with:
3030
node-version: '20.x'
3131
- name: install-deps-client-and-server

0 commit comments

Comments
 (0)