summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-11-05 19:45:03 +0200
committerJan Ekström <jeebjp@gmail.com>2022-11-05 23:54:27 +0200
commitf50cafd2cb1d9474165e7fae14ebd93d8e467155 (patch)
tree12e702bdd77978cf2b5d04476c76054a7333ffdb
parentd525c3c6c2a46a14129629f7dd58a0b372c44b88 (diff)
downloadmpv-f50cafd2cb1d9474165e7fae14ebd93d8e467155.tar.bz2
mpv-f50cafd2cb1d9474165e7fae14ebd93d8e467155.tar.xz
github/workflows: move all build jobs to checkout V3
mingw-w64 has utilized this for a while so might as well make it consistent.
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ab01efe717..09b5d76f05 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
- "macos-11"
- "macos-12"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
@@ -120,7 +120,7 @@ jobs:
- "gcc"
- "clang"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
@@ -149,7 +149,7 @@ jobs:
freebsd:
runs-on: macos-12 # until https://github.com/actions/runner/issues/385
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Test in FreeBSD VM
uses: vmactions/freebsd-vm@v0
with: