From f2e3f4a1f8e3be473203a1a60160e58ae6087a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 12:49:12 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- 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 0dd4e0306..6dc93905f 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false steps: - name: '⏳ Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false @@ -65,7 +65,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 @@ -108,7 +108,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