Update actions/checkout action to v2

This commit is contained in:
Renovate Bot 2021-01-31 11:55:20 +00:00
parent 5109e340ca
commit ad93c99f46
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
steps:
- id: git-checkout
name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- id: docker-build
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
run: ${{ matrix.build_cmd }}