diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d63742d..1279e9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: with: persist-credentials: false - name: Set up Go 1.24 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: '1.24' - name: Install golangci-lint @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: Set up Go 1.24 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: '1.24' - name: Test @@ -46,7 +46,7 @@ jobs: with: persist-credentials: false - name: Set up Go 1.24 - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: '1.24' - name: Test