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 dcab2ae + 350fdf1 commit b06a833Copy full SHA for b06a833
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
architecture: x64
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
24
python-version: "3.x"
25
0 commit comments