Update actions/checkout action to v3 #2

Closed
luketainton wants to merge 1 commits from renovate/actions-checkout-3.x into main

View File

@@ -8,7 +8,7 @@ jobs:
name: GitHub Container Registry
runs-on: ubuntu-latest
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