From 91c3846042493c075f4468a205db9f517b68b4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:20:58 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.3.0 to 3.4.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/dfc978b430e81caf1a6cc5780ff47e895c0f618e...0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/buildmgr.yml | 2 +- .github/workflows/packchk.yml | 2 +- .github/workflows/packgen.yml | 2 +- .github/workflows/projmgr.yml | 2 +- .github/workflows/svdconv.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 9688d0f64..48560f739 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -550,7 +550,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@dfc978b430e81caf1a6cc5780ff47e895c0f618e # v3.3.0 + uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 9db257117..649a68910 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -239,7 +239,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@dfc978b430e81caf1a6cc5780ff47e895c0f618e # v3.3.0 + uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 02650af51..370334949 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -251,7 +251,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@dfc978b430e81caf1a6cc5780ff47e895c0f618e # v3.3.0 + uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index d5b4a77fb..ce8b02f34 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -403,7 +403,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@dfc978b430e81caf1a6cc5780ff47e895c0f618e # v3.3.0 + uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 166d9c4b8..832dddced 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -237,7 +237,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@dfc978b430e81caf1a6cc5780ff47e895c0f618e # v3.3.0 + uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 with: action: codecov/codecov-action@v4 with: |