File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
# cosign-release: 'v2.2.4' # optional
42
42
43
43
- name : Set up QEMU
44
- uses : docker/setup-qemu-action@v3.4 .0
44
+ uses : docker/setup-qemu-action@v3.6 .0
45
45
46
46
- name : Set up Docker Buildx
47
- uses : docker/setup-buildx-action@v3.9 .0
47
+ uses : docker/setup-buildx-action@v3.10 .0
48
48
49
49
- name : Login to GitHub Container Registry
50
50
54
54
password : ${{ secrets.GITHUB_TOKEN }}
55
55
56
56
- id : docker_meta
57
- uses : docker/metadata-action@v5.6.1
57
+ uses : docker/metadata-action@v5.7.0
58
58
with :
59
59
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
60
60
# tags: |
Original file line number Diff line number Diff line change 58
58
- name : Test SpectraFit
59
59
run : uv run --group dev --all-extras pytest spectrafit/
60
60
- name : Codecov
61
- uses : codecov/codecov-action@v5.3.1
61
+ uses : codecov/codecov-action@v5.4.0
62
62
with :
63
63
name : codecov-umbrella
64
64
flags : unittests
You can’t perform that action at this time.
0 commit comments