summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-24 20:05:45 +0000
committerDamien George <damien@micropython.org>2023-02-27 11:11:48 +1100
commitcd4e53a2fe97a319ff506732e3ffe03cf10b9433 (patch)
tree43df7374312f27f36fb76e58a134478280a93aa9
parentddebda55e715434440b78b60d8e2a327439b04ea (diff)
github/workflows: 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] <support@github.com>
-rw-r--r--.github/workflows/mpremote.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml
index cb90734e5..d4f2e861a 100644
--- a/.github/workflows/mpremote.yml
+++ b/.github/workflows/mpremote.yml
@@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
# Version is determined from git,
# should be deep enough to get to latest tag