diff --git a/.github/workflows/cmo-make-targets.yaml b/.github/workflows/cmo-make-targets.yaml index 182bc0e..4963f36 100644 --- a/.github/workflows/cmo-make-targets.yaml +++ b/.github/workflows/cmo-make-targets.yaml @@ -41,7 +41,7 @@ jobs: with: repository: openshift/cluster-monitoring-operator ref: main - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Execute make targets - ${{ inputs.make-targets }} diff --git a/.github/workflows/merge-acm-flow.yaml b/.github/workflows/merge-acm-flow.yaml index e755139..535fed0 100644 --- a/.github/workflows/merge-acm-flow.yaml +++ b/.github/workflows/merge-acm-flow.yaml @@ -188,7 +188,7 @@ jobs: echo "$version_from_tag" > VERSION git add VERSION git diff --cached --exit-code || git commit -s -m "[bot] add VERSION file with ${version_from_tag}" - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - uses: actions/setup-node@v6 diff --git a/.github/workflows/merge-flow.yaml b/.github/workflows/merge-flow.yaml index f8c29f5..4b7c23e 100644 --- a/.github/workflows/merge-flow.yaml +++ b/.github/workflows/merge-flow.yaml @@ -195,7 +195,7 @@ jobs: echo "$version_from_tag" > VERSION git add VERSION git diff --cached --exit-code || git commit -s -m "[bot] add VERSION file with ${version_from_tag}" - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - uses: actions/setup-node@v6