Skip to content

Commit c3af1e8

Browse files
ci(deps): bump the github-actions-minor-patch group across 1 directory with 2 updates
Bumps the github-actions-minor-patch group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5388afb commit c3af1e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Build & Push Stable Docker
38-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
38+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
3939
with:
4040
push: true
4141
platforms: linux/amd64,linux/arm64

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Publish to Test PyPI
6767
if: steps.version_check.outputs.exists != 'true'
68-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
68+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
6969
with:
7070
repository-url: https://test.pypi.org/legacy/
7171
verbose: true
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Build & Push Docker Preview
152152
if: steps.verify_package.outputs.success == 'true'
153-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
153+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
154154
env:
155155
VERSION: ${{ env.VERSION }}
156156
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Publish to PyPI
6868
if: steps.version_check.outputs.pypi_exists != 'true'
69-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
69+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
7070

7171
- name: Set up Docker publishing
7272
uses: ./.github/actions/setup-docker
@@ -96,7 +96,7 @@ jobs:
9696
if: |
9797
steps.verify_package.outputs.success == 'true' &&
9898
steps.docker_check.outputs.docker_exists != 'true'
99-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
99+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
100100
env:
101101
VERSION: ${{ env.VERSION }}
102102
with:

0 commit comments

Comments
 (0)