diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 15513b5807..1b250be0d2 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -48,7 +48,7 @@ jobs: - run: ./.github/scripts/enforce-trusted-registries.sh "charts/${{ matrix.chart }}" - id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | charts/${{ matrix.chart }}/Chart.yaml diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 879406b569..76c5ec32d4 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -19,7 +19,7 @@ jobs: - name: Create PR id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | .github/CODEOWNERS