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 fbe2a15 + e73f4f9 commit 9d97036Copy full SHA for 9d97036
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
.github/workflows/code_coverage.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-20.04
12
13
14
15
16
- name: Set up Python 3.9
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
0 commit comments