From 87dd2bd306d97e3b56ae474be0927f5ec760ca83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:13:05 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 1.4.5 to 1.4.8 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.5 to 1.4.8. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/0ef67d343938e879e0a9bb37c107a55731e8ed35...62e10cbe5cd3012bc08b3b1b451bc2dd612e341a) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... 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 35f2abcf9..b29b40a56 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # v1.4.5 + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # v1.4.8 with: action: codecov/codecov-action@v3 with: | diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 3178292d4..ff26d86c3 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # v1.4.5 + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # v1.4.8 with: action: codecov/codecov-action@v3 with: | diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 61368016f..63dd69f6e 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # v1.4.5 + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # v1.4.8 with: action: codecov/codecov-action@v3 with: | diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index c1d1c80bf..3a65ca8ac 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # v1.4.5 + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # v1.4.8 with: action: codecov/codecov-action@v3 with: | diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 996437386..7e14b709f 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # v1.4.5 + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # v1.4.8 with: action: codecov/codecov-action@v3 with: |