Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-03-07 11:59:23 +00:00
parent f03cfd4789
commit 42d5a574c8

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