Skip to content

Commit

Permalink
Merge pull request #84 from nscuro/renovate/actions-setup-go-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go digest to cdcb360
  • Loading branch information
nscuro committed May 9, 2024
2 parents 6ed435b + 82d69ee commit 8542be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: "1.20"
- name: Checkout Repository
Expand All @@ -40,7 +40,7 @@ jobs:
with:
path: ${{ env.GOPATH }}/src/${{ github.repository }}
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: "1.20"
- name: Install yaegi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: "1.20"
- name: Install cyclonedx-gomod
Expand Down

0 comments on commit 8542be3

Please sign in to comment.