Skip to content

Commit

Permalink
Revert "[nrf fromtree] Pin the checkout action to v3.5.2 for now. (pr…
Browse files Browse the repository at this point in the history
…oject-chip#27178)"

This reverts commit beb0f55.
  • Loading branch information
kkasperczyk-no committed Nov 9, 2023
1 parent 7a7a28b commit 15d6658
Show file tree
Hide file tree
Showing 46 changed files with 60 additions and 426 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
submodules: true
token: ${{ github.token }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cherry-picks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
)
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cherry-Pick into sve branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -45,7 +45,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3
with:
path: matter
fetch-depth: 0
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 @@ -62,7 +62,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: "Print Actor"
run: echo ${{github.actor}}
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3
- name: Generate
run: scripts/helpers/doxygen.sh
- name: Extract branch name
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 @@ -41,7 +41,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/examples-asr.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -43,7 +43,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -44,7 +44,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -41,7 +41,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -40,7 +40,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -43,7 +43,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -41,7 +41,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -39,7 +39,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -41,7 +41,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -46,7 +46,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -44,7 +44,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-openiotsdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -43,7 +43,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -42,7 +42,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -42,7 +42,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
token: ${{ github.token }}
attempt_limit: 3
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 @@ -26,7 +26,7 @@ jobs:
- uses: Wandalen/wretry.action@v1.0.36
name: Checkout
with:
action: actions/checkout@v3.5.2
action: actions/checkout@v3
with: |
submodules: true
token: ${{ github.token }}
Expand Down
Loading

0 comments on commit 15d6658

Please sign in to comment.