Update actions/checkout action to v2
This commit is contained in:
parent
5109e340ca
commit
ad93c99f46
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user