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 b6f2397 commit 5c53c55Copy full SHA for 5c53c55
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- uses: actions/checkout@v4
35
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
36
with:
37
python-version: "3.11.x"
38
.github/workflows/validate.yml
@@ -48,7 +48,7 @@ jobs:
48
distribution: 'zulu'
49
50
51
52
53
python-version: ${{ matrix.python-version }}
54
0 commit comments