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 2f47372 + 7b8ae8b commit 9a856bcCopy full SHA for 9a856bc
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
python-version: ["3.8", "3.9", "3.10", "3.11"]
26
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
with:
32
python-version: ${{ matrix.python-version }}
33
- name: Install dependencies
@@ -51,9 +51,9 @@ jobs:
51
python-version: ["3.10"]
52
53
54
55
56
57
58
59
- name: Get tag
0 commit comments