Skip to content

Commit ec2e3c6

Browse files
committed
chore: bump GHA workflow versions
1 parent d349baa commit ec2e3c6

6 files changed

Lines changed: 362 additions & 67 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: 24
3333

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Install node 24
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: 24
3636
cache: npm
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Get releasebranch.txt artifact from Release pipeline
7878
if: github.event_name == 'workflow_run'
79-
uses: actions/download-artifact@v5
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: releasebranch.txt
8282
run-id: ${{ github.event.workflow_run.id }}
@@ -96,7 +96,7 @@ jobs:
9696
fetch-depth: 0
9797

9898
- name: Install node 24
99-
uses: actions/setup-node@v5
99+
uses: actions/setup-node@v6
100100
with:
101101
node-version: 24
102102
cache: npm

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Install node 24
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: 24
3636
cache: npm
@@ -64,7 +64,7 @@ jobs:
6464
git push origin "$BRANCH"
6565
echo "$BRANCH" > releasebranch.txt
6666
67-
- uses: actions/upload-artifact@v5
67+
- uses: actions/upload-artifact@v6
6868
with:
6969
name: releasebranch.txt
7070
path: releasebranch.txt

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Install node ${{ matrix.node }}
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: ${{ matrix.node }}
3434
cache: npm
@@ -66,10 +66,10 @@ jobs:
6666
go-version: '1.20.1'
6767

6868
- name: Setup Gradle
69-
uses: gradle/actions/setup-gradle@v4
69+
uses: gradle/actions/setup-gradle@v5
7070

7171
- name: Setup syft
72-
uses: jaxxstorm/action-install-gh-release@v1.10.0
72+
uses: jaxxstorm/action-install-gh-release@v2.1.0
7373
with:
7474
repo: anchore/syft
7575
platform: linux
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload coverage reports
9898
if: ${{ matrix.node == env.MAIN_NODE_VER }}
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v6
100100
with:
101101
name: coverage
102102
path: ./coverage/coverage-final.json

0 commit comments

Comments
 (0)