Skip to content

Commit 973f8a2

Browse files
authored
Merge pull request #154 from zaproxy/dependabot/github_actions/gha-d244d1801a
Bump actions/setup-node from 4 to 5 in the gha group
2 parents 300ba30 + 5e04de0 commit 973f8a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: 17
1717
- run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v5
1414
with:
1515
node-version: 17
1616
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)