Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.1 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@cdcb360...0a12ed9)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hectorm committed Jul 16, 2024
1 parent f87f9df commit 03b6aaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -38,7 +38,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -61,7 +61,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -79,7 +79,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -97,7 +97,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -53,7 +53,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Set up Go'
uses: 'actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7'
uses: 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32'
with:
go-version-file: './go.mod'
check-latest: true
Expand Down

0 comments on commit 03b6aaa

Please sign in to comment.