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.
1 parent 6f229ec commit ac6648eCopy full SHA for ac6648e
.github/workflows/docker-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Set up Python
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: '3.11'
34
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Set up Python ${{ matrix.python-version }}
22
23
24
python-version: ${{ matrix.python-version }}
25
0 commit comments