Skip to content

Commit 5135d30

Browse files
dependabot[bot]ponyisi
authored andcommitted
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.2...v2.3.2) Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c00d4a commit 5135d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_helm_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Create Release
109109
id: create_release
110-
uses: softprops/action-gh-release@v2.2.2
110+
uses: softprops/action-gh-release@v2.3.2
111111
with:
112112
tag_name: ${{ github.ref }}
113113
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci_servicex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Set up QEMU
103103
uses: docker/setup-qemu-action@v3.6.0
104104
- name: Set up Docker Buildx
105-
uses: docker/setup-buildx-action@v3.10.0
105+
uses: docker/setup-buildx-action@v3.11.0
106106
- name: Login to Docker Hub
107107
uses: docker/login-action@v3.4.0
108108
if: ${{ github.secret_source == 'Actions' }}

0 commit comments

Comments
 (0)