We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b7a28 + ea3594b commit 7343059Copy full SHA for 7343059
2 files changed
.github/workflows/publish-docker.yml
@@ -16,7 +16,7 @@ jobs:
16
publish:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
20
21
- uses: docker/setup-buildx-action@v4
22
.github/workflows/publish-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
name: unit tests
11
12
13
- - uses: actions/checkout@v6
14
- name: Set up Python
15
uses: actions/setup-python@v6
with:
@@ -33,7 +33,7 @@ jobs:
33
needs: test
34
35
36
37
38
39
0 commit comments