aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-09-29 17:00:38 +0100
committerGravatar Chris Lovering <[email protected]>2025-09-29 17:00:38 +0100
commit81d2fc073c51ee42d0fdb5cd5bc52b2d7aa289b5 (patch)
tree3781511b30c49f4f92cf2f5185ea736833c0bd33 /.github
parentSplit python version matrix to multi-line yaml list (diff)
Bump checkout CI action to latest (5)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 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: