diff --git a/.github/workflows/changie-gen.yaml b/.github/workflows/changie-gen.yaml index 2563a73..3a92945 100644 --- a/.github/workflows/changie-gen.yaml +++ b/.github/workflows/changie-gen.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Go if: github.event.workflow_run.conclusion == 'success' && steps.changelog_check.outputs.exists == 'false' - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: src/go.mod cache-dependency-path: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d262456..70030f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - name: Fetch All Tags run: git fetch --force --tags - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: src/go.mod cache-dependency-path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e489af..6f51162 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - name: Fetch all tags run: git fetch --force --tags - name: Set up Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: src/go.mod cache-dependency-path: |