Skip to content

Commit 50b3fb2

Browse files
authored
Merge branch 'main' into renovate/docker-build-push-action-6.x
2 parents cf361b5 + 9f8a13f commit 50b3fb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
# cosign-release: 'v2.2.4' # optional
4242

4343
- name: Set up QEMU
44-
uses: docker/setup-qemu-action@v3.4.0
44+
uses: docker/setup-qemu-action@v3.6.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@v3.9.0
47+
uses: docker/setup-buildx-action@v3.10.0
4848

4949
- name: Login to GitHub Container Registry
5050
uses: docker/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- id: docker_meta
57-
uses: docker/metadata-action@v5.6.1
57+
uses: docker/metadata-action@v5.7.0
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
# tags: |

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Test SpectraFit
5959
run: uv run --group dev --all-extras pytest spectrafit/
6060
- name: Codecov
61-
uses: codecov/codecov-action@v5.3.1
61+
uses: codecov/codecov-action@v5.4.0
6262
with:
6363
name: codecov-umbrella
6464
flags: unittests

0 commit comments

Comments
 (0)