From b6f849b7ec1fa7caac598b2a478bab9595186b9b Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 26 Jun 2023 12:57:03 -0700 Subject: [PATCH] Cleaning this one up too --- .github/workflows/release_artifacts.yaml | 26 ++++++------------------ 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml index 4ffc4fd3ddeb5e..ea11e79864a364 100644 --- a/.github/workflows/release_artifacts.yaml +++ b/.github/workflows/release_artifacts.yaml @@ -37,17 +37,10 @@ jobs: image: connectedhomeip/chip-build-esp32:0.7.3 steps: - - uses: Wandalen/wretry.action@v1.3.0 - name: Checkout + - name: Checkout + uses: actions/checkout@v3 with: - action: actions/checkout@v3.5.2 - with: | - submodules: true - token: ${{ github.token }} - attempt_limit: 3 - attempt_delay: 2000 - ref: "${{ github.event.inputs.releaseTag }}" - + ref: "${{ github.event.inputs.releaseTag }}" - name: Bootstrap Cache uses: ./.github/actions/bootstrap-cache - name: Bootstrap @@ -79,17 +72,10 @@ jobs: container: image: connectedhomeip/chip-build-efr32:0.7.3 steps: - - uses: Wandalen/wretry.action@v1.3.0 - name: Checkout + - name: Checkout + uses: actions/checkout@v3 with: - action: actions/checkout@v3.5.2 - with: | - submodules: true - token: ${{ github.token }} - attempt_limit: 3 - attempt_delay: 2000 - ref: "${{ github.event.inputs.releaseTag }}" - + ref: "${{ github.event.inputs.releaseTag }}" - name: Bootstrap Cache uses: ./.github/actions/bootstrap-cache - name: Bootstrap