Skip to content

Commit b355f49

Browse files
committed
fix: bump actions
1 parent e6003f3 commit b355f49

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/push-to-registry.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
-
1919
name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323

@@ -30,23 +30,23 @@ jobs:
3030
3131
-
3232
name: Set up QEMU
33-
uses: docker/setup-qemu-action@v3
33+
uses: docker/setup-qemu-action@v4
3434

3535
-
3636
name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v3
37+
uses: docker/setup-buildx-action@v4
3838

3939
-
4040
name: Log in to the Container registry
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
-
4848
name: Build and push
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
with:
5151
context: .
5252
platforms: linux/amd64,linux/arm64

.github/workflows/release-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: release
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
13-
- uses: actions/setup-python@v5
12+
- uses: actions/checkout@v7
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.12
1616
- name: checkout

0 commit comments

Comments
 (0)