From c56e16206bd245e2edf313beb953e7e8f11decca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:45:12 +0100 Subject: [PATCH] Update actions/checkout action to v3 (#148) Co-authored-by: Renovate Bot --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a1f081..3592444 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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