Skip to content

Commit fdd479e

Browse files
ci(deps): update python-deps (major) (RedHatQE#4100)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-qemu-action](https://redirect.github.com/docker/setup-qemu-action) | action | major | `v3` → `v4` | | [mshick/add-pr-comment](https://redirect.github.com/mshick/add-pr-comment) | action | major | `v2` → `v3` | --- ### Release Notes <details> <summary>docker/setup-qemu-action (docker/setup-qemu-action)</summary> ### [`v4`](https://redirect.github.com/docker/setup-qemu-action/compare/v3...v4) [Compare Source](https://redirect.github.com/docker/setup-qemu-action/compare/v3...v4) </details> <details> <summary>mshick/add-pr-comment (mshick/add-pr-comment)</summary> ### [`v3`](https://redirect.github.com/mshick/add-pr-comment/compare/v2...v3) [Compare Source](https://redirect.github.com/mshick/add-pr-comment/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 18:00 on Friday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/RedHatQE/openshift-virtualization-tests). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e83556f commit fdd479e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/net-utils-builder-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up QEMU for multi-arch builds
27-
uses: docker/setup-qemu-action@v3
27+
uses: docker/setup-qemu-action@v4
2828

2929
- name: Install podman
3030
run: |
@@ -61,7 +61,7 @@ jobs:
6161
podman manifest push ${{ steps.image-tag.outputs.IMAGE_TAG }}
6262
6363
- name: Comment on PR with image tag
64-
uses: mshick/add-pr-comment@v2
64+
uses: mshick/add-pr-comment@v3
6565
with:
6666
message: |
6767
Staging image built and pushed to: `${{ steps.image-tag.outputs.IMAGE_TAG }}`

.github/workflows/net-utils-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
docker://${IMAGE_NAME}:latest
4343
4444
- name: Comment on PR for promotion
45-
uses: mshick/add-pr-comment@v2
45+
uses: mshick/add-pr-comment@v3
4646
with:
4747
message: The net-utils image has been promoted to `latest` tag on quay.io.

0 commit comments

Comments
 (0)