Skip to content

Commit b4838bc

Browse files
authored
Merge pull request #3366 from zaproxy/dependabot/github_actions/gha-b98f4931f4
Bump the gha group with 2 updates
2 parents 69803ca + 2a5929c commit b4838bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-dist-update-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: Set Node.js
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 24
2828

@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
id: diff
4343

44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@v5
4545
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4646
with:
4747
name: dist

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: sudo apt-get update && sudo apt-get install -y nginx && sudo systemctl start nginx
1313

1414
- name: Install node.js
15-
uses: actions/setup-node@v5
15+
uses: actions/setup-node@v6
1616
with:
1717
node-version: '24'
1818

@@ -30,7 +30,7 @@ jobs:
3030
- run: google-chrome --headless --disable-gpu --screenshot --window-size=1280,1600 http://localhost
3131

3232
- name: 'Upload screenshot'
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: screenshots
3636
path: ./screenshot.png

.github/workflows/update-website.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
- name: Setup node
14-
uses: actions/setup-node@v5
14+
uses: actions/setup-node@v6
1515
with:
1616
node-version: '24'
1717
- name: Checkout

0 commit comments

Comments
 (0)