Commit 0ed653c 1 parent 8524afc commit 0ed653c Copy full SHA for 0ed653c
File tree 6 files changed +17
-17
lines changed
{{cookiecutter.project_name}}/.github/workflows
6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 12
12
cruft-prs :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11"
20
20
cache : " pip"
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
env :
13
- PYTHON_VERSION : " 3.10 "
13
+ PYTHON_VERSION : " 3.11 "
14
14
INSTANCE_REPO_GITHUB : scverse/cookiecutter-scverse-instance
15
15
INSTANCE_REPO : " TEMPLATE_INSTANCE"
16
16
# directory in which cookiecuter generates the new repository
@@ -20,18 +20,18 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout template repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Checkout instance repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
repository : ${{ env.INSTANCE_REPO_GITHUB }}
29
29
token : ${{ secrets.BOT_GH_TOKEN }}
30
30
path : ${{ env.INSTANCE_REPO }}
31
31
persist-credentials : true
32
32
33
33
- name : Set up Python ${{ env.PYTHON_VERSION }}
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ env.PYTHON_VERSION }}
37
37
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
# Setup
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
- name : Set up Python ${{ matrix.python }}
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python }}
34
34
cache : " pip"
72
72
test-scripts :
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v4
76
76
- name : Set up Python 3.11
77
- uses : actions/setup-python@v4
77
+ uses : actions/setup-python@v5
78
78
with :
79
79
python-version : " 3.11"
80
80
cache : " pip"
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
package :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
18
- - name : Set up Python 3.10
19
- uses : actions/setup-python@v4
17
+ - uses : actions/checkout@v4
18
+ - name : Set up Python 3.12
19
+ uses : actions/setup-python@v5
20
20
with :
21
- python-version : " 3.10 "
21
+ python-version : " 3.12 "
22
22
cache : " pip"
23
23
cache-dependency-path : " **/pyproject.toml"
24
24
- name : Install build dependencies
Original file line number Diff line number Diff line change 19
19
with :
20
20
filter : blob:none
21
21
fetch-depth : 0
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.x"
25
25
cache : " pip"
Original file line number Diff line number Diff line change 39
39
PYTHON : ${{ matrix.python }}
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : Set up Python ${{ matrix.python }}
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python }}
47
47
cache : " pip"
You can’t perform that action at this time.
0 commit comments