mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-29 12:22:20 +00:00
chore(deps): bump Wandalen/wretry.action from 3.5.0 to 3.7.2 (#1873)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.5.0 to 3.7.2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.5.0...v3.7.2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ca6d2589f
commit
bc8cc7d704
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
|||||||
uses: ublue-os/remove-unwanted-software@v7
|
uses: ublue-os/remove-unwanted-software@v7
|
||||||
|
|
||||||
- name: Pull main, akmods, rechunk images
|
- name: Pull main, akmods, rechunk images
|
||||||
uses: Wandalen/wretry.action@v3.7.0
|
uses: Wandalen/wretry.action@v3.7.2
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
attempt_limit: 3
|
||||||
attempt_delay: 15000
|
attempt_delay: 15000
|
||||||
@ -176,7 +176,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get source versions
|
- name: Get source versions
|
||||||
id: labels
|
id: labels
|
||||||
uses: Wandalen/wretry.action@v3.7.0
|
uses: Wandalen/wretry.action@v3.7.2
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
attempt_limit: 3
|
||||||
attempt_delay: 15000
|
attempt_delay: 15000
|
||||||
@ -392,7 +392,7 @@ jobs:
|
|||||||
|
|
||||||
# Push the image to GHCR (Image Registry)
|
# Push the image to GHCR (Image Registry)
|
||||||
- name: Push To GHCR
|
- name: Push To GHCR
|
||||||
uses: Wandalen/wretry.action@v3.7.0
|
uses: Wandalen/wretry.action@v3.7.2
|
||||||
id: push
|
id: push
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user