From 81d2fc073c51ee42d0fdb5cd5bc52b2d7aa289b5 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 29 Sep 2025 17:00:38 +0100 Subject: Bump checkout CI action to latest (5) --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3d26c5..5cdb052 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -48,9 +48,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - # Build and push the container to the GitHub Container - # Repository. The container will be tagged as "latest" - # and with the short SHA of the commit. - name: Build and push uses: docker/build-push-action@v6 with: -- cgit v1.2.3