Bump matplotlib from 3.9.3 to 3.9.4 in the python-dependencies group #1231
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Container Image Builds | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
check-container-image-builds: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- uses: docker/setup-buildx-action@v3 | |
- uses: docker/build-push-action@v6 | |
with: | |
push: false | |
cache-from: type=gha | |
cache-to: type=gha,mode=max |