use v2 of checkout action
This commit is contained in:
parent
fef578a9ee
commit
a67ce23284
1 changed files with 1 additions and 1 deletions
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
name: calibreapp/image-actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
- name: calibreapp/image-actions
|
||||
uses: docker://calibreapp/github-image-actions
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue