Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#140)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent f02bcd1 commit 1b09846
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go-version }}
- run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

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

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fetch-depth: 0

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

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go-version }}
- run: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go-version }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Release
steps:
- name: Set up go
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 1b09846

Please sign in to comment.