File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Codespell
22
22
uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout repo
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@v4
36
+ uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
allow-prereleases : true
Original file line number Diff line number Diff line change 21
21
commit_message : ${{ steps.get_commit_message.outputs.commit_message }}
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 2
27
27
- name : Print head git commit message
39
39
name : Build sdist
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
fetch-depth : 0
45
45
- name : Build sdist
@@ -75,11 +75,11 @@ jobs:
75
75
- { buildplat: ["macos-14", "macosx_arm64"], python: "*" }
76
76
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
with :
80
80
fetch-depth : 0
81
81
82
- - uses : actions/setup-python@v3
82
+ - uses : actions/setup-python@v5
83
83
84
84
- name : Update pip/pipx
85
85
run : python -m pip install --upgrade pip pipx
@@ -110,7 +110,7 @@ jobs:
110
110
with :
111
111
name : source-dist
112
112
path : ./dist
113
- - uses : actions/setup-python@v4
113
+ - uses : actions/setup-python@v5
114
114
with :
115
115
python-version : " 3.11"
116
116
- name : Display Python version
You can’t perform that action at this time.
0 commit comments