Skip to content

Commit adbb6c5

Browse files
authored
Merge pull request #355 from hyperledger-firefly/dependabot/github_actions/github-actions-0881357c0b
Bump the github-actions group with 4 updates
2 parents e6873f7 + 1d30bff commit adbb6c5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: "1.26.4"
2424
- name: Compile FireFly CLI

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ jobs:
7878

7979
steps:
8080
- name: Checkout FireFly CLI
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v7
8282
with:
8383
path: firefly-cli
8484
fetch-depth: 0
8585
- name: Checkout FireFly Core repo
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v7
8787
with:
8888
repository: hyperledger-firefly/firefly
8989
path: firefly
9090

9191
- name: Set up Go
92-
uses: actions/setup-go@v4
92+
uses: actions/setup-go@v6
9393
with:
9494
go-version: "1.26.4"
9595

@@ -110,7 +110,7 @@ jobs:
110110
run: ./test/e2e/run.sh
111111

112112
- name: Archive container logs
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v7
114114
if: always()
115115
with:
116116
name: container-logs-${{ matrix.test-suite }}-${{ matrix.blockchain-provider }}-${{ matrix.blockchain-connector }}-${{ matrix.database-type }}-${{ matrix.token-provider }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: "1.26.4"
2323
- name: Run GoReleaser
24-
uses: goreleaser/goreleaser-action@v4
24+
uses: goreleaser/goreleaser-action@v7
2525
with:
2626
distribution: goreleaser
2727
version: latest

0 commit comments

Comments
 (0)