diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index cb52929550..367d103848 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false steps: - name: '⏳ Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - name: '⏳ Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false @@ -88,7 +88,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') == false steps: - name: '⏳ Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false