diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 19c4843..f1e5e24 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -30,7 +30,7 @@ jobs: submodules: "recursive" - name: Build Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: # We need to specify the context explicitly so the action doesn't # grab the source straight from the git. That's not a problem in