diff --git a/.github/workflows/tagpr.yaml b/.github/workflows/tagpr.yaml index 9a64481..06fa935 100644 --- a/.github/workflows/tagpr.yaml +++ b/.github/workflows/tagpr.yaml @@ -32,7 +32,7 @@ jobs: if: ${{ github.event_name != 'workflow_dispatch' }} # skip on workflow_dispatch - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a083e6d..8a1c9de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5 with: go-version: ${{ matrix.go }} cache: true