File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
tox: mypy
36
36
steps:
37
37
- name: Checkout 🛎️
38
- uses: actions/checkout@v4.0.0
38
+ uses: actions/checkout@v4.1.1
39
39
with:
40
40
fetch-depth: 0
41
41
42
42
- name: Setup Python 🔧
43
- uses: actions/setup-python@v4.7 .0
43
+ uses: actions/setup-python@v5.0 .0
44
44
with:
45
45
python-version: ${{ matrix.python }}
46
46
allow-prereleases: true
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
runs-on: ubuntu-latest
12
12
steps:
13
13
- name: Checkout 🛎️
14
- uses: actions/checkout@v4.0.0
14
+ uses: actions/checkout@v4.1.1
15
15
with:
16
16
fetch-depth: 0
17
17
18
18
- name: Setup Python 🔧
19
- uses: actions/setup-python@v4.7 .0
19
+ uses: actions/setup-python@v5.0 .0
20
20
with:
21
21
python-version: 3.11
22
22
You can’t perform that action at this time.
0 commit comments