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 7626143 commit c62a518Copy full SHA for c62a518
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Set up Python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: 3.x
23
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v4
63
64
- name: Set up Python ${{ matrix.python-version }}
65
66
67
python-version: ${{ matrix.python-version }}
68
cache: 'pip'
@@ -101,7 +101,7 @@ jobs:
101
sudo apt-get install -y gettext
102
103
- name: Set up newest stable Python version
104
105
106
python-version: 3.11
107
0 commit comments