Skip to content

Commit bab8373

Browse files
authored
Merge pull request #411 from netbox-community/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents 5109e34 + ad93c99 commit bab8373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- id: git-checkout
2929
name: Checkout
30-
uses: actions/checkout@v1
30+
uses: actions/checkout@v2
3131
- id: docker-build
3232
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
3333
run: ${{ matrix.build_cmd }}

0 commit comments

Comments
 (0)