From ba6f0be4440e845a1fe1826f3a10d5fc1a200d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:53:43 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/firmware.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index cb52929550..71975c0529 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@v4 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@v4 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@v4 with: submodules: false