Skip to content

Commit 00cc28b

Browse files
🌱 Bump the all-github-actions group across 1 directory with 3 updates
Bumps the all-github-actions group with 3 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `softprops/action-gh-release` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@01570a1...c95fe14) Updates `tj-actions/changed-files` from 45.0.5 to 45.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@bab30c2...d6e91a2) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@5e91468...67ccf78) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9814fc3 commit 00cc28b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make release-controller-gen
3131
- name: Release
32-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
32+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
3333
with:
3434
draft: false
3535
files: out/*

.github/workflows/tools-releases.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2020
- name: Get changed files
2121
id: changed-files
22-
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # tag=v45.0.5
22+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # tag=v45.0.6
2323
with:
2424
files: |
2525
hack/envtest/_matrix/*.yaml
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make release-envtest KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
4141
- name: Release
42-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
42+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
4343
with:
4444
tag_name: envtest-${{ env.KUBERNETES_VERSION }}
4545
draft: false
@@ -49,7 +49,7 @@ jobs:
4949
out/envtest-*.tar.gz.sha512
5050
fail_on_unmatched_files: true
5151
- name: Create Pull Request
52-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # tag=v7.0.5
52+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # tag=v7.0.6
5353
with:
5454
commit-message: Promote envtest release for Kubernetes ${{ env.KUBERNETES_VERSION }}
5555
title: ":seedling: Promotion of envtest release for Kubernetes ${{ env.KUBERNETES_VERSION }}"

0 commit comments

Comments
 (0)