aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-06 19:58:34 +0000
committerGitHub <noreply@github.com>2024-02-06 19:58:34 +0000
commit8f86aa18d2b784c040c410f26f3a0b72edfd996a (patch)
treecf7d07121ef393b1140280db0b862e8385e71995
parented15b3c6c67f4626dde1ac4281978b3bef1c72ce (diff)
build(deps): bump actions/checkout from 3 to 4dependabot/github_actions/actions/checkout-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>
-rw-r--r--.github/workflows/ports_windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ports_windows.yml b/.github/workflows/ports_windows.yml
index 6858a146c..37f04aef2 100644
--- a/.github/workflows/ports_windows.yml
+++ b/.github/workflows/ports_windows.yml
@@ -57,7 +57,7 @@ jobs:
if: matrix.runner == 'windows-2019'
with:
python-version: '3.9'
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Build mpy-cross.exe
run: msbuild mpy-cross\mpy-cross.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
- name: Build micropython.exe
@@ -127,7 +127,7 @@ jobs:
python3
git
diffutils
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Build mpy-cross.exe
run: make -C mpy-cross -j2
- name: Update submodules