Bump types-beautifulsoup4 from 4.12.0.20240907 to 4.12.0.20241020 in the python-dependencies group #1173
Workflow file for this run
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 |