File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments