We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb61f3a commit 820d719Copy full SHA for 820d719
2 files changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build distribution
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- os: "ubuntu-22.04"
28
python-version: "3.7"
29
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
0 commit comments