Skip to content

Commit

Permalink
Merge pull request nscuro#34 from nscuro/renovate/actions-setup-go-di…
Browse files Browse the repository at this point in the history
…gest

chore(deps): update actions/setup-go digest to 268d8c0
  • Loading branch information
nscuro authored Aug 26, 2022
2 parents 2fb7023 + 9f2e512 commit 444965d
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@b22fbbc2921299758641fab08929b4ac52b32923 # tag=v3
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3
with:
go-version: "1.17"
- name: Checkout Repository
Expand All @@ -40,7 +40,7 @@ jobs:
with:
path: ${{ env.GOPATH }}/src/${{ github.repository }}
- name: Setup Go
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # tag=v3
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3
with:
go-version: "1.17"
- 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@b22fbbc2921299758641fab08929b4ac52b32923 # tag=v3
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3
with:
go-version: "1.17"
- name: Install cyclonedx-gomod
Expand Down

0 comments on commit 444965d

Please sign in to comment.