diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index d818489..75df5b6 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -47,12 +47,12 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 # v5 over v4 updates the Node runtime from node16 to node20. with: # This should be quoted or use .x, but should not be unquoted. # Remember that a YAML bare float drops trailing zeroes. - go-version: '1.23' + go-version: 'stable' check-latest: true # As of v3 of this action, we could also use `go-version-file: # go.mod` # and get the version from there, but that is semantically wrong: the @@ -67,7 +67,7 @@ jobs: - name: Install GoReleaser id: goreleaser-install - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: distribution: goreleaser-pro version: "~> v2" @@ -75,7 +75,7 @@ jobs: - name: Install cosign id: cosign-install - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 + uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 # As of actions/setup-go@v4, go modules and build outputs are cached by default. # Prior to the update to use that, we used actions/cache@v3 here for a step: