Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [HassanAbouelela/actions](https://github.com/hassanabouelela/actions).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

Updates `HassanAbouelela/actions` from setup-python_v1.4.2 to 1.6.0
- [Release notes](https://github.com/hassanabouelela/actions/releases)
- [Commits](HassanAbouelela/actions@setup-python_v1.4.2...setup-python_v1.6.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: HassanAbouelela/actions
  dependency-type: direct:production
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 6ce69f2 commit 499766c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
type=semver,pattern=v{{major}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
with:
python_version: '3.12'

Expand Down

0 comments on commit 499766c

Please sign in to comment.