diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-14 21:33:46 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-28 23:29:49 -0500 |
| commit | 01c82058644dbe25dda84761e4a52e41206d5ade (patch) | |
| tree | 0c6ea6135ab87e53cf09581127c192250e6564da /.github/workflows/nonative.yml | |
| parent | bf1fbfd59069dd31bca487e6c12b40a7d037d19f (diff) | |
| download | meson-01c82058644dbe25dda84761e4a52e41206d5ade.tar.gz | |
github workflows: upgrade actions/checkout to version 3
This is a no-op change, but github complains that nodejs is outdated if
you don't. It's not obvious why this required a major version bump...
Diffstat (limited to '.github/workflows/nonative.yml')
| -rw-r--r-- | .github/workflows/nonative.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index 1687d5ba9..32c232930 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -37,7 +37,7 @@ jobs: apt-get -y purge clang gcc gdc apt-get -y autoremove python3 -m pip install coverage codecov - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run tests run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./tools/run_with_cov.py ./run_tests.py $CI_ARGS --cross ubuntu-armhf.json --cross-only' - name: Upload coverage report |
