diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e8ba4cd..08bc2bb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.24.x cache: false @@ -60,7 +60,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ github.token }} - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.24.x cache: false