Merge pull request #9 from wolviecb/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
Thomas Andrade 2022-09-27 12:39:28 +02:00 committed by GitHub
commit 08f6485df1
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