aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-04-28 18:47:00 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-04-28 18:47:00 +0200
commiteefc7d450c7839db63df2d8a6e4bcc991205a058 (patch)
tree350b903d44b166ec44321171bfae42428cd7018f /.github
parentade5962e0a77259661e98ead58891e87c11cbce0 (diff)
downloadmeson-eefc7d450c7839db63df2d8a6e4bcc991205a058.zip
meson-eefc7d450c7839db63df2d8a6e4bcc991205a058.tar.gz
meson-eefc7d450c7839db63df2d8a6e4bcc991205a058.tar.bz2
ci: Upgrade to checkout@v2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/os_comp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 4a6d7cd..a5abf7d 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -11,7 +11,7 @@ jobs:
name: Ubuntu 16.04
runs-on: ubuntu-16.04
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt update -yq
@@ -42,7 +42,7 @@ jobs:
- { name: Ubuntu Bionic, id: bionic }
container: mesonbuild/${{ matrix.cfg.id }}:latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Run tests
# All environment variables are stored inside the docker image in /ci/env_vars.sh
# They are defined in the `env` section in each image.json. CI_ARGS should be set