Skip to content

Commit 1657ce5

Browse files
chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#5855)
1 parent 9dbeca4 commit 1657ce5

15 files changed

+15
-15
lines changed

.github/workflows/update-containerd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./script.sh
1919

2020
- name: Create Pull Request # creates a PR if there are differences
21-
uses: peter-evans/[email protected].8
21+
uses: peter-evans/[email protected].9
2222
id: cpr
2323
with:
2424
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./script.sh
1919

2020
- name: Create Pull Request # creates a PR if there are differences
21-
uses: peter-evans/[email protected].8
21+
uses: peter-evans/[email protected].9
2222
id: cpr
2323
with:
2424
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-ekco.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./generate.sh
2020
2121
- name: Create Pull Request # creates a PR if there are differences
22-
uses: peter-evans/[email protected].8
22+
uses: peter-evans/[email protected].9
2323
id: cpr
2424
with:
2525
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-flannel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./generate.sh
2020
2121
- name: Create Pull Request # creates a PR if there are differences
22-
uses: peter-evans/[email protected].8
22+
uses: peter-evans/[email protected].9
2323
id: cpr
2424
with:
2525
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-goldpinger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
./generate.sh
2121
2222
- name: Create Pull Request # creates a PR if there are differences
23-
uses: peter-evans/[email protected].8
23+
uses: peter-evans/[email protected].9
2424
id: cpr
2525
with:
2626
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

2222
- name: Create Pull Request # creates a PR if there are differences
23-
uses: peter-evans/[email protected].8
23+
uses: peter-evans/[email protected].9
2424
id: cpr
2525
with:
2626
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-metrics-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./generate.sh
2020
2121
- name: Create Pull Request # creates a PR if there are differences
22-
uses: peter-evans/[email protected].8
22+
uses: peter-evans/[email protected].9
2323
id: cpr
2424
with:
2525
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./generate.sh
1919

2020
- name: Create Pull Request # creates a PR if there are differences
21-
uses: peter-evans/[email protected].8
21+
uses: peter-evans/[email protected].9
2222
id: cpr
2323
with:
2424
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-openebs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: ./generate.sh
2424

2525
- name: Create Pull Request # creates a PR if there are differences
26-
uses: peter-evans/[email protected].8
26+
uses: peter-evans/[email protected].9
2727
id: cpr
2828
with:
2929
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

.github/workflows/update-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
./generate.sh
2121
2222
- name: Create Pull Request # creates a PR if there are differences
23-
uses: peter-evans/[email protected].8
23+
uses: peter-evans/[email protected].9
2424
id: cpr
2525
with:
2626
token: ${{ secrets.AUTOMATED_PR_GH_PAT }}

0 commit comments

Comments
 (0)