Updated actions/checkout to v3

This commit is contained in:
parra 2022-04-13 10:02:58 +02:00 committed by GitHub
parent 0c1344bb50
commit 99b309aef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Publish to Docker Hub Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with: