Skip to content

Commit

Permalink
Move wandalen/wretry from 1.0.11 to 1.0.15 to see if this fixes the t…
Browse files Browse the repository at this point in the history
…unnel npm package error (#18402)
  • Loading branch information
andy31415 authored and pull[bot] committed Jul 21, 2023
1 parent 2318dbf commit 1956082
Show file tree
Hide file tree
Showing 36 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
image: connectedhomeip/chip-build:0.5.64

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -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/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -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/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# options: "--privileged"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
#- "-vscode"
- "-zap"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- name: "Print Actor"
run: echo ${{github.actor}}
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
options: --user root

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-cyw30739.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
image: connectedhomeip/chip-build-infineon:0.5.64

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-k32w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
image: connectedhomeip/chip-build-imx:0.5.64

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "/tmp/bloat_reports:/tmp/bloat_reports"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/output_binaries:/tmp/output_binaries"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixit_rotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/log_output:/tmp/test_logs"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fuzzing-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "/tmp/log_output:/tmp/test_logs"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/log_output:/tmp/test_logs"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
image: connectedhomeip/chip-build-esp32:0.5.64

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
container:
image: connectedhomeip/chip-build-efr32:0.5.64
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- "/tmp/log_output:/tmp/test_logs"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check-reviewdog:
runs-on: ubuntu-latest
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
check-spellcheck:
runs-on: ubuntu-latest
steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap_regeneration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

steps:
- uses: Wandalen/[email protected].11
- uses: Wandalen/[email protected].15
name: Checkout
with:
action: actions/checkout@v3
Expand Down

0 comments on commit 1956082

Please sign in to comment.