diff --git a/.github/workflows/bloat_check.yaml b/.github/workflows/bloat_check.yaml index 1e6676d33221d5..56a3229c868052 100644 --- a/.github/workflows/bloat_check.yaml +++ b/.github/workflows/bloat_check.yaml @@ -33,7 +33,7 @@ jobs: image: connectedhomeip/chip-build:0.5.64 steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 06254986dc8f18..7e73b5855f8e37 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -122,7 +122,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -252,7 +252,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -284,7 +284,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index f13e34ae2b71ea..e8bf9577eab368 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -48,7 +48,7 @@ jobs: # options: "--privileged" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index fdd7f4e255921d..b8face5cb0aeaa 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -41,7 +41,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index e36b5b6cabf187..40c160b50b1f7c 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -32,7 +32,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/docker_img.yaml b/.github/workflows/docker_img.yaml index 0057b7e007e3cb..9ea7ae9c7ea06a 100644 --- a/.github/workflows/docker_img.yaml +++ b/.github/workflows/docker_img.yaml @@ -53,7 +53,7 @@ jobs: #- "-vscode" - "-zap" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index 1e02316fa72a0d..26a1bfaef01a83 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -89,7 +89,7 @@ jobs: steps: - name: "Print Actor" run: echo ${{github.actor}} - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index ff422551ed5f5e..55dde6e81fbdad 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -36,7 +36,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-cc13x2x7_26x2x7.yaml b/.github/workflows/examples-cc13x2x7_26x2x7.yaml index e91451fa89dd1b..26d8caad09da2b 100644 --- a/.github/workflows/examples-cc13x2x7_26x2x7.yaml +++ b/.github/workflows/examples-cc13x2x7_26x2x7.yaml @@ -38,7 +38,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-cyw30739.yaml b/.github/workflows/examples-cyw30739.yaml index 0c2c45f75bb4e7..458833b33bdfec 100644 --- a/.github/workflows/examples-cyw30739.yaml +++ b/.github/workflows/examples-cyw30739.yaml @@ -35,7 +35,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 18d4cfc29083bf..63e705fc3b5c18 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -39,7 +39,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 88b2854b42eb5e..ffb560d411b3c9 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -37,7 +37,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -123,7 +123,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index e0a80ca037928d..3b8cc5735a4881 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -35,7 +35,7 @@ jobs: image: connectedhomeip/chip-build-infineon:0.5.64 steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml index 82cea2ee96b051..c7fcdf21a34a1b 100644 --- a/.github/workflows/examples-k32w.yaml +++ b/.github/workflows/examples-k32w.yaml @@ -38,7 +38,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index 2d5ea3bccc1935..f5ae5459948e29 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -36,7 +36,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index 20b9a8841c4c67..70cea961e9604a 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -34,7 +34,7 @@ jobs: image: connectedhomeip/chip-build-imx:0.5.64 steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index abb78f1306bc30..9e9394f22430c9 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-mbed.yaml b/.github/workflows/examples-mbed.yaml index 438fc8e666f6a1..31e3e6ccfc5e33 100644 --- a/.github/workflows/examples-mbed.yaml +++ b/.github/workflows/examples-mbed.yaml @@ -42,7 +42,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 96b09cb932add4..606af506cf4718 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index 956b672340f7da..4638b5d4ff605c 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -38,7 +38,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 84213f751cb705..25a214790985a6 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -37,7 +37,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 663596a1dd27a7..f7a3a1f283cd57 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/output_binaries:/tmp/output_binaries" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/fixit_rotation.yaml b/.github/workflows/fixit_rotation.yaml index 27a31a3f90f8ed..09ccbf08fe2a26 100644 --- a/.github/workflows/fixit_rotation.yaml +++ b/.github/workflows/fixit_rotation.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 85b03709e85045..7d851d23630782 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml index 8b7c5593b68aeb..9fd841d1c5c8ad 100644 --- a/.github/workflows/fuzzing-build.yaml +++ b/.github/workflows/fuzzing-build.yaml @@ -36,7 +36,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -86,7 +86,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 55e84c7009c1e2..b5c296573021d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index f79e74be44f011..a0dfa8c849c522 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 4763b50e663d4b..6e4e361310ba5b 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml index 665e9a72c873ee..31048c9e0feeee 100644 --- a/.github/workflows/release_artifacts.yaml +++ b/.github/workflows/release_artifacts.yaml @@ -32,7 +32,7 @@ jobs: image: connectedhomeip/chip-build-esp32:0.5.64 steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: container: image: connectedhomeip/chip-build-efr32:0.5.64 steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index 80af7c2f6a9797..1b231cdf30e82e 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -39,7 +39,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index c098ed8eff5199..98af5202d43748 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -28,7 +28,7 @@ jobs: check-reviewdog: runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: check-spellcheck: runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a4425d2e98cb9e..379599aacc8b29 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -48,7 +48,7 @@ jobs: net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 @@ -132,7 +132,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index d18cb08c293971..e6d31a6b3d8642 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 4cacf016263359..5c283ce99e180b 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -43,7 +43,7 @@ jobs: options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index 745b26f3d731e9..fcc9fe7580dfd7 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -35,7 +35,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3 diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index f0696ab9e1604d..c11e94a79ff448 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -36,7 +36,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.11 + - uses: Wandalen/wretry.action@v1.0.15 name: Checkout with: action: actions/checkout@v3