From 25a4eb7ad32bb876169049d21594717e89d11345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:25:43 +0000 Subject: [PATCH] chore(deps): Bump Wandalen/wretry.action from 3.4.0 to 3.5.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2...6feedb7dedadeb826de0f45ff482b53b379a7844) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flow-deploy-release-artifact.yaml | 4 ++-- .github/workflows/flow-hugo-publish.yaml | 2 +- .github/workflows/flow-update-readme.yaml | 2 +- .github/workflows/zxc-code-analysis.yaml | 2 +- .github/workflows/zxc-code-style.yaml | 2 +- .github/workflows/zxc-e2e-test.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index 2291d8498..22f1acaf0 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | @@ -116,7 +116,7 @@ jobs: git_tag_gpgsign: false - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | diff --git a/.github/workflows/flow-hugo-publish.yaml b/.github/workflows/flow-hugo-publish.yaml index 82329d8ef..1edd8e3b2 100644 --- a/.github/workflows/flow-hugo-publish.yaml +++ b/.github/workflows/flow-hugo-publish.yaml @@ -66,7 +66,7 @@ jobs: fetch-depth: 0 - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | diff --git a/.github/workflows/flow-update-readme.yaml b/.github/workflows/flow-update-readme.yaml index 9b2394a10..42dd61434 100644 --- a/.github/workflows/flow-update-readme.yaml +++ b/.github/workflows/flow-update-readme.yaml @@ -41,7 +41,7 @@ jobs: token: ${{secrets.GH_ACCESS_TOKEN}} - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | diff --git a/.github/workflows/zxc-code-analysis.yaml b/.github/workflows/zxc-code-analysis.yaml index 3aaf49740..46f14061e 100644 --- a/.github/workflows/zxc-code-analysis.yaml +++ b/.github/workflows/zxc-code-analysis.yaml @@ -129,7 +129,7 @@ jobs: fetch-depth: ${{ inputs.enable-sonar-analysis && '0' || '' }} - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | diff --git a/.github/workflows/zxc-code-style.yaml b/.github/workflows/zxc-code-style.yaml index f51612645..b2808109c 100644 --- a/.github/workflows/zxc-code-style.yaml +++ b/.github/workflows/zxc-code-style.yaml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: | diff --git a/.github/workflows/zxc-e2e-test.yaml b/.github/workflows/zxc-e2e-test.yaml index fe8a9d97a..3419510cd 100644 --- a/.github/workflows/zxc-e2e-test.yaml +++ b/.github/workflows/zxc-e2e-test.yaml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Setup Node with Retry - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: |