From eefc7d450c7839db63df2d8a6e4bcc991205a058 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 28 Apr 2020 18:47:00 +0200 Subject: ci: Upgrade to checkout@v2 --- .github/workflows/os_comp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/os_comp.yml') diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 4a6d7cdf5..a5abf7da1 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 -- cgit v1.2.3