Skip to content

Commit fafc2bb

Browse files
authored
Merge pull request #21982 from kubernetes/dependabot/github_actions/peter-evans/create-pull-request-7.0.9
Build(deps): Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
2 parents 28ee4b7 + 0978a24 commit fafc2bb

File tree

53 files changed

+53
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+53
-53
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.gendocs.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: Update auto-generated docs and translations

.github/workflows/go-mod-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.gmodtidy.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: Update auto-generated docs and translations

.github/workflows/leaderboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }}
3232
- name: Create PR
3333
if: ${{ steps.leaderboard.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
34+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Add leaderboard for ${{ github.ref_name }}'

.github/workflows/time-to-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
./hack/benchmark/time-to-k8s/time-to-k8s.sh
2626
echo "version=$(minikube version --short)" >> "$GITHUB_OUTPUT"
2727
- name: Create PR
28-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
28+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
2929
with:
3030
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3131
commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}

.github/workflows/update-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create PR
2626
id: createPR
2727
if: ${{ steps.bumpVersions.outputs.changes != '' }}
28-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
28+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
2929
with:
3030
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3131
commit-message: 'Kicbase/ISO: Update dependency versions'

.github/workflows/update-amd-gpu-device-plugin-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.bumpAmdDevicePlugin.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: 'Addon amd-gpu-device-plugin: Update amd/k8s-device-plugin image from ${{ steps.bumpAmdDevicePlugin.outputs.OLD_VERSION }} to ${{ steps.bumpAmdDevicePlugin.outputs.NEW_VERSION }}'

.github/workflows/update-buildkit-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create PR
3232
id: createPR
3333
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
34+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Kicbase/ISO: Update buildkit from ${{ steps.bumpBuildkit.outputs.OLD_VERSION }} to ${{ steps.bumpBuildkit.outputs.NEW_VERSION }}'

.github/workflows/update-calico-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.bumpCalico.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: 'CNI: Update calico from ${{ steps.bumpCalico.outputs.OLD_VERSION }} to ${{ steps.bumpCalico.outputs.NEW_VERSION }}'

.github/workflows/update-cilium-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.bumpCilium.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: 'CNI: Update cilium from ${{ steps.bumpCilium.outputs.OLD_VERSION }} to ${{ steps.bumpCilium.outputs.NEW_VERSION }}'

.github/workflows/update-cloud-spanner-emulator-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "EOF" >> "$GITHUB_OUTPUT"
3131
- name: Create PR
3232
if: ${{ steps.bumpCloudSpannerEmulator.outputs.changes != '' }}
33-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
33+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412
3434
with:
3535
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3636
commit-message: 'Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from ${{ steps.bumpCloudSpannerEmulator.outputs.OLD_VERSION }} to ${{ steps.bumpCloudSpannerEmulator.outputs.NEW_VERSION }}'

0 commit comments

Comments
 (0)