There was an error while loading. Please reload this page.
1 parent 9c2138a commit 2187e3aCopy full SHA for 2187e3a
1 file changed
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v7
23
with:
24
python-version: ${{ matrix.python-version }}
25
@@ -38,10 +38,10 @@ jobs:
38
39
40
41
42
43
- name: Set up Python Python 3.11
44
45
46
python-version: '3.11'
47
0 commit comments