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@v5.0.1...v5.0.2)

---
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 Jul 11, 2024
1 parent 6f11da5 commit 478d6d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-testing-bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
submodules: recursive

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
go-version: ${{ matrix.go }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Go development environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.21.4'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Go development environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.21.4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Go development environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.21.4'

Expand Down

0 comments on commit 478d6d0

Please sign in to comment.