From 5d3da8ce46484abbef34edfc8babf98c64823c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:56:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to c4a742c --- .github/workflows/ci.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efd0623..1a851e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Go - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3 + uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 with: go-version: "1.19" - name: Checkout Repository @@ -40,7 +40,7 @@ jobs: with: path: ${{ env.GOPATH }}/src/${{ github.repository }} - name: Setup Go - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3 + uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 with: go-version: "1.19" - name: Install yaegi diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 847ac9b..7f55f43 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3 + uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 with: go-version: "1.19" - name: Install cyclonedx-gomod