Skip to content

Commit c375ec6

Browse files
build(deps): bump the github-actions group with 2 updates (#37)
Bumps the github-actions group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `docker/build-push-action` from 6.10.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@48aba3b...ca877d9) Updates `mamba-org/setup-micromamba` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@068f1ab...0dea637) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b6efaf commit c375ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=raw,value=latest
3939
4040
- name: build and push image
41-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
41+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
4242
with:
4343
context: .
4444
push: true

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626

27-
- uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v1
27+
- uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v1
2828
with:
2929
environment-file: environment.yml
3030
micromamba-version: "1.5.10-0"
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v3
5555

5656
- name: build docker image
57-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
57+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
5858
with:
5959
context: .
6060
push: false

0 commit comments

Comments
 (0)