diff --git a/.github/workflows/check-buildah-remote.yaml b/.github/workflows/check-buildah-remote.yaml index 3b3aa98ddc..0dfb7d7b96 100644 --- a/.github/workflows/check-buildah-remote.yaml +++ b/.github/workflows/check-buildah-remote.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install Go - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 with: go-version-file: './task-generator/remote/go.mod' - name: Check buildah remote diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 14711fe3e1..dc9ccf2fef 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -13,7 +13,7 @@ jobs: - task-generator/trusted-artifacts steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - name: Install Go - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum @@ -73,7 +73,7 @@ jobs: - task-generator/trusted-artifacts steps: - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc - - uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: './${{matrix.path}}/go.mod' cache-dependency-path: ./${{matrix.path}}/go.sum