mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-23 08:23:16 +01:00
Merge pull request #411 from netbox-community/renovate/actions-checkout-2.x
Update actions/checkout action to v2
This commit is contained in:
commit
bab8373f66
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