summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-11-14 21:33:46 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-11-28 23:29:49 -0500
commit01c82058644dbe25dda84761e4a52e41206d5ade (patch)
tree0c6ea6135ab87e53cf09581127c192250e6564da /.github/workflows/macos.yml
parentbf1fbfd59069dd31bca487e6c12b40a7d037d19f (diff)
downloadmeson-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/macos.yml')
-rw-r--r--.github/workflows/macos.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0f5aa8e8a..a7f9f63c4 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -27,7 +27,7 @@ jobs:
unittests-appleclang:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
@@ -66,7 +66,7 @@ jobs:
MESON_CI_JOBNAME: ${{ matrix.NAME }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
# Avoid picking up an older version of LLVM that does not work.
- run: brew update
# github actions overwrites brew's python. Force it to reassert itself, by running in a separate step.
@@ -100,7 +100,7 @@ jobs:
Qt4macos:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'