Merge pull request #130 from calibreapp/dependabot/github_actions/actions/checkout-3

pull/151/head
dependabot[bot] 1 year ago committed by GitHub
commit 15f113c68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: |
@ -42,7 +42,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME

Loading…
Cancel
Save