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 d3f514a commit 21921daCopy full SHA for 21921da
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ['3.x']
18
steps:
19
- uses: actions/checkout@v5
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
architecture: x64
.github/workflows/integration.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
fetch-depth: 0
31
32
33
python-version: '3.9'
34
- uses: ./.github/actions/setup-step-ca
0 commit comments