Skip to content

Commit a8d421e

Browse files
Merge pull request #1830 from metal3-io/dependabot/github_actions/main/actions/setup-go-5.0.2
🌱 Bump actions/setup-go from 5.0.1 to 5.0.2
2 parents 5c6a56f + 5d535b8 commit a8d421e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: vars
2727
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2828
- name: Set up Go
29-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
29+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3030
with:
3131
go-version: ${{ steps.vars.outputs.go_version }}
3232
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

.github/workflows/e2e-fixture-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2222
with:
2323
go-version: ${{ steps.vars.outputs.go_version }}
2424

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: vars
3131
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3232
- name: Set up Go
33-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
33+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3434
with:
3535
go-version: ${{ steps.vars.outputs.go_version }}
3636
- name: golangci-lint-${{matrix.working-directory}}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Install go
28-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2929
with:
3030
go-version: '1.22'
3131
- name: Generate release notes

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: vars
1717
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
1818
- name: Set up Go
19-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
19+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2020
with:
2121
go-version: ${{ steps.vars.outputs.go_version }}
2222
- name: Run unit tests

0 commit comments

Comments
 (0)