diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 19:42:14 +0000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-09-05 11:27:05 +1000 |
commit | 5e50593738d064267f0d527a0a79d91d928e9686 (patch) | |
tree | b102593a6e92a312145c8dac401f0d622c42f47c /.github/workflows/mpy_format.yml | |
parent | 671b38f9440511b45fe2b93e15272f53135422d3 (diff) | |
download | micropython-5e50593738d064267f0d527a0a79d91d928e9686.tar.gz micropython-5e50593738d064267f0d527a0a79d91d928e9686.zip |
github/workflows: Bump actions/checkout from 3 to 4.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/mpy_format.yml')
-rw-r--r-- | .github/workflows/mpy_format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mpy_format.yml b/.github/workflows/mpy_format.yml index 66abb19b81..baa02ce08d 100644 --- a/.github/workflows/mpy_format.yml +++ b/.github/workflows/mpy_format.yml @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-20.04 # use 20.04 to get python2 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install packages run: source tools/ci.sh && ci_mpy_format_setup - name: Test mpy-tool.py |