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 0b3b8fa commit 05de71eCopy full SHA for 05de71e
.github/workflows/ci.yml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
ref: ${{ github.event.pull_request.head.sha }}
15
- name: Setup Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
18
python-version: '3.11'
19
cache: 'pip'
@@ -36,11 +36,11 @@ jobs:
36
fail-fast: false
37
38
39
40
41
42
43
44
45
python-version: ${{ matrix.python }}
46
0 commit comments