mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
ci(deps): update peter-evans/create-pull-request action to v4
This commit is contained in:
2
.github/workflows/schedule-flux-update.yaml
vendored
2
.github/workflows/schedule-flux-update.yaml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
--export > ./cluster/base/flux-system/gotk-components.yaml
|
||||
echo "::set-output name=flux_version::$VERSION"
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
branch: "github-action/flux-update-${{ steps.update.outputs.flux_version }}"
|
||||
|
@@ -31,7 +31,7 @@ jobs:
|
||||
run: helm dep update
|
||||
working-directory: charts/kah-common
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
branch: github-action/renovate-kah-library-chart
|
||||
|
Reference in New Issue
Block a user