diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index c1a574d..8d2c82b 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: version: v2.1.0 args: --timeout 10m --verbose --issues-exit-code=0 @@ -105,7 +105,7 @@ jobs: continue-on-error: true - name: Generate code coverage artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: code-coverage path: coverage.out diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57afd35..746fcec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -185,7 +185,7 @@ jobs: # oci://quay.io/jetstack/version-checker/chart - name: Creating Publishing Chart's PR - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: token: ${{ secrets.JETSTACK_CHARTS_PAT }}