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 276e66b commit 56bfb5eCopy full SHA for 56bfb5e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Set up Python 3.8
18
uses: actions/setup-python@v4
19
with:
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ${{ matrix.os }}
35
36
37
38
- name: Set up Python ${{ matrix.python-version }}
39
40
@@ -54,7 +54,7 @@ jobs:
54
55
56
- name: Checkout source
57
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
58
- name: Set up Python
59
60
0 commit comments