Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-04-23 16:23:38 +00:00
committed by Luke Tainton
parent 335953254c
commit d482a48e50

View File

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