Update actions/checkout action to v3 #148

Merged
renovate[bot] merged 1 commits from renovate/actions-checkout-3.x into main 2022-04-13 13:45:13 +00:00

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