chore(deps): update actions/checkout action to v3

This commit is contained in:
renovate[bot] 2022-09-27 10:34:38 +00:00 committed by GitHub
parent 03472555dc
commit 5464df6dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: docker build . -t tandrade/short:latest
- name: Login

View File

@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: docker build . -t tandrade/short:${GITHUB_REF/refs\/tags\//}
- name: Login