Use checkout@v2

This commit is contained in:
Valentin Brandl 2020-11-23 14:11:18 +01:00
parent 423a3aa0b0
commit 53cb73cd9b

View File

@ -4,15 +4,15 @@ on:
- cron: '0 1 * * *' - cron: '0 1 * * *'
push: push:
paths: paths:
- 'Cargo.toml' - '**/Cargo.toml'
- 'Cargo.lock' - '**/Cargo.lock'
pull_request: pull_request:
jobs: jobs:
security_audit: security_audit:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v1 uses: actions/cache@v1