Use checkout@v3

This commit is contained in:
Jarno Rankinen 2022-07-31 23:02:22 +03:00 committed by GitHub
parent f3c11bae83
commit 97826bcdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Publish Tag Docker image
uses: VaultVulp/gp-docker-action@1.2.0