Skip to content

Commit c66bf5a

Browse files
committed
bump actions 2.5
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 24767ba commit c66bf5a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
runs-on: ubuntu-22.04
4040
steps:
4141
- name: Checkout Fabric Code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Install Go
44-
uses: actions/setup-go@v5
44+
uses: actions/setup-go@v6
4545
with:
4646
go-version-file: go.mod
4747
- name: Compile Binary and Create Tarball
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: Checkout
95-
uses: actions/checkout@v4
95+
uses: actions/checkout@v5
9696

9797
- name: Set GO_VER environment variable from go.mod
9898
run: |
@@ -175,7 +175,7 @@ jobs:
175175

176176
steps:
177177
- name: Download digests
178-
uses: actions/download-artifact@v4
178+
uses: actions/download-artifact@v5
179179
with:
180180
path: ${{ runner.temp }}/digests/${{ matrix.registry }}/${{ matrix.component.name }}
181181
pattern: digests-${{ matrix.registry }}-${{ matrix.component.name }}-*
@@ -221,11 +221,11 @@ jobs:
221221
contents: write
222222
steps:
223223
- name: Checkout Fabric Code
224-
uses: actions/checkout@v4
224+
uses: actions/checkout@v5
225225

226226
- name: Download Artifacts
227227
id: download
228-
uses: actions/download-artifact@v4
228+
uses: actions/download-artifact@v5
229229
with:
230230
pattern: "release-*"
231231

.github/workflows/verify-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
name: Basic Checks
2323
runs-on: ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
name: Checkout Fabric Code
27-
- uses: actions/setup-go@v5
27+
- uses: actions/setup-go@v6
2828
name: Install Go
2929
with:
3030
go-version-file: go.mod
@@ -35,9 +35,9 @@ jobs:
3535
needs: basic-checks
3636
runs-on: ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
name: Checkout Fabric Code
40-
- uses: actions/setup-go@v5
40+
- uses: actions/setup-go@v6
4141
name: Install Go
4242
with:
4343
go-version-file: go.mod
@@ -63,9 +63,9 @@ jobs:
6363
- sbe nwo msp
6464
runs-on: ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }}
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
name: Checkout Fabric Code
68-
- uses: actions/setup-go@v5
68+
- uses: actions/setup-go@v6
6969
name: Install Go
7070
with:
7171
go-version-file: go.mod

0 commit comments

Comments
 (0)