ci: Upgrade to checkout@v2

pull/6911/head
Daniel Mensinger 5 years ago
parent ade5962e0a
commit eefc7d450c
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 4
      .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

Loading…
Cancel
Save