Skip to content

Commit 27fec47

Browse files
authored
Merge branch 'master' into an/increase-coverage-1
2 parents ac0be77 + 0a40b61 commit 27fec47

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

File renamed without changes.
File renamed without changes.

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ jobs:
1919

2020
steps:
2121
- name: Check out code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Set up QEMU
25-
uses: docker/setup-qemu-action@v2
25+
uses: docker/setup-qemu-action@v3
2626
with:
2727
platforms: linux/amd64,linux/arm64
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v2
30+
uses: docker/setup-buildx-action@v3
3131

3232
- name: Log in to GHCR
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.DOCKER_TOKEN }}
3838

3939
- name: Build and push multi-arch image
40-
uses: docker/build-push-action@v4
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
file: ./docker/ubuntu.Dockerfile

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==2.2.3
22
XlsxWriter==3.2.5
33
PyYAML==6.0.2
4-
pre-commit==3.4.0
4+
pre-commit==4.2.0

0 commit comments

Comments
 (0)