Update Docker CI job to use `actions/checkout@v3` (#4675)

This commit is contained in:
JP Simard 2023-01-06 13:04:50 -05:00 committed by GitHub
parent bcfc2c4b6c
commit 100b3eec2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Extract DOCKER_TAG using tag name
if: startsWith(github.ref, 'refs/tags/')