diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45fe34c..c7cc869 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: echo "go_version=${goVersion}" >> $GITHUB_OUTPUT - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ steps.vars.outputs.go_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c19d0a..bceb0df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: echo "go_version=${goVersion}" >> $GITHUB_OUTPUT - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ steps.vars.outputs.go_version }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2d0604e..eb8a570 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -26,7 +26,7 @@ jobs: echo "go_version=${goVersion}" >> $GITHUB_OUTPUT - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ steps.vars.outputs.go_version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e0893f..b3284b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: echo "Using Go version ${goVersion}" - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ steps.vars.outputs.go_version }}