Update actions/checkout action to v3 (#148)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit was merged in pull request #148.
This commit is contained in:
renovate[bot]
2022-04-13 14:45:12 +01:00
committed by GitHub
parent 06a4e56ee7
commit c56e16206b

View File

@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare-data]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo ${{ secrets.PAT }} | docker login ghcr.io -u luketainton --password-stdin
- name: Build image for GitHub Container Registry