Skip to content

Commit ad93c99

Browse files
committed
Update actions/checkout action to v2
1 parent 5109e34 commit ad93c99

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)