summaryrefslogtreecommitdiff
path: root/.github/workflows/msys2.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/msys2.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/msys2.yml')
-rw-r--r--.github/workflows/msys2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml
index 7e981f629..fd60254e6 100644
--- a/.github/workflows/msys2.yml
+++ b/.github/workflows/msys2.yml
@@ -60,7 +60,7 @@ jobs:
shell: msys2 {0}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with: