summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-07-26 06:24:09 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2024-07-30 13:13:23 +0530
commitcc0332288aaf653cfb780591ba52502e556f43ab (patch)
tree22407da0a1fba185c9fae4acea0fca2508e864a1 /.github/workflows/macos.yml
parent1e26a884814b4d3a0bd09780443972b215724959 (diff)
downloadmeson-cc0332288aaf653cfb780591ba52502e556f43ab.tar.gz
ci: Update to checkout@v4 to squelch node warnings
Keep using v3 for Bionic because of https://github.com/mesonbuild/meson/pull/13424
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 3b7263155..0217ac99f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -31,7 +31,7 @@ jobs:
unittests-appleclang:
runs-on: macos-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
@@ -81,7 +81,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# 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.
@@ -132,7 +132,7 @@ jobs:
env:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'