Skip to content

Commit 03507ea

Browse files
authored
Merge branch 'master' into fix-hierarchical-firewall
2 parents 85f30d4 + e372e5f commit 03507ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
folder: [helpers/foundation-deployer]
3838
steps:
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
40+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4141
with:
4242
go-version-file: ${{ matrix.folder }}/go.mod
4343
cache-dependency-path: ${{ matrix.folder }}/go.sum

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
folder: [helpers/foundation-deployer]
4040
steps:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
42+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4343
with:
4444
go-version-file: ${{ matrix.folder }}/go.mod
4545
cache-dependency-path: ${{ matrix.folder }}/go.sum

0 commit comments

Comments
 (0)