From 1bc5b60928007c7173925e3c549f2e938fd53895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:43:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-go digest to d0a58c1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c287a1..049aa3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 - name: Setup Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" check-latest: true @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" check-latest: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a36f6e6..a672acf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3 with: go-version: "1.19" check-latest: true