Merge pull request #411 from netbox-community/renovate/actions-checkout-2.x

Update actions/checkout action to v2
This commit is contained in:
Christian Mäder 2021-01-31 15:41:41 +01:00 committed by GitHub
commit bab8373f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}