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 c187ef3 commit 0ebc397Copy full SHA for 0ebc397
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Cloning repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
.github/workflows/pytest.yml
@@ -18,12 +18,12 @@ jobs:
19
20
21
22
23
24
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
27
28
python-version: ${{ matrix.python-version }}
29
0 commit comments