Skip to content

Commit

Permalink
Merge pull request nscuro#55 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 fac708d
  • Loading branch information
nscuro authored Jun 4, 2023
2 parents dac7445 + 7542f75 commit cbf8633
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@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: "1.19"
- name: Checkout Repository
Expand All @@ -40,7 +40,7 @@ jobs:
with:
path: ${{ env.GOPATH }}/src/${{ github.repository }}
- name: Setup Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: "1.19"
- 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@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: "1.19"
- name: Install cyclonedx-gomod
Expand Down

0 comments on commit cbf8633

Please sign in to comment.