Commit 96d249a Release Manager
committed
File tree 12 files changed +20
-20
lines changed
12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Checkout
32
32
id : checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Update system packages
36
36
id : prepare
Original file line number Diff line number Diff line change 49
49
conda-env : [environment]
50
50
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
54
54
- name : Check for Miniconda
55
55
id : check_conda
Original file line number Diff line number Diff line change 43
43
uninstall_targets : ${{ steps.build-targets.outputs.uninstall_targets }}
44
44
build_targets : ${{ steps.build-targets.outputs.build_targets }}
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Get all packages that have changed
48
48
id : changed-packages
49
49
uses : tj-actions/changed-files@v38
Original file line number Diff line number Diff line change 47
47
LOCAL_ARTIFACT_NAME : sage-local-commit-${{ github.sha }}-tox-local-${{ matrix.tox_env }}-${{ matrix.os }}-xcode_${{ matrix.xcode_version_factor }}
48
48
LOGS_ARTIFACT_NAME : logs-commit-${{ github.sha }}-tox-local-${{ matrix.tox_env }}--${{ matrix.os }}-xcode_${{ matrix.xcode_version_factor }}
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
- name : Select Xcode version
52
52
run : |
53
53
if [ ${{ matrix.xcode_version_factor }} != default ]; then sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version_factor }}.app; fi
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
runs-on : ubuntu-latest
120
120
steps :
121
- - uses : actions/checkout@v3
121
+ - uses : actions/checkout@v4
122
122
with :
123
123
fetch-depth : 500
124
124
- name : fetch tags
@@ -160,7 +160,7 @@ jobs:
160
160
TOX_ENV : local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}
161
161
LOGS_ARTIFACT_NAME : logs-commit-${{ github.sha }}-tox-local-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}-xcode_${{ matrix.xcode_version_factor }}
162
162
steps :
163
- - uses : actions/checkout@v3
163
+ - uses : actions/checkout@v4
164
164
if : " !contains(matrix.tox_system_factor, 'nobootstrap')"
165
165
- uses : actions/download-artifact@v3
166
166
with :
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Configure git
19
19
run : git config --global core.symlinks true
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install Ubuntu 20.04 (in WSL)
22
22
run : |
23
23
(New-Object System.Net.WebClient).DownloadFile("https://aka.ms/wslubuntu2004", "Ubuntu.appx")
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
73
73
choco install git python39 python39-pip --source cygwin
74
74
75
75
- name : Check out SageMath
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
with :
78
78
repository : ${{ inputs.sage_repo }}
79
79
ref : ${{ inputs.sage_ref }}
80
80
fetch-depth : 2000
81
81
82
82
- name : Check out git-trac-command
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
with :
85
85
repository : sagemath/git-trac-command
86
86
path : git-trac-command
Original file line number Diff line number Diff line change 32
32
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Install bootstrap prerequisites
37
37
run : |
38
38
sudo DEBIAN_FRONTEND=noninteractive apt-get update
51
51
env :
52
52
CAN_DEPLOY : ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- name : Install bootstrap prerequisites
56
56
run : |
57
57
sudo DEBIAN_FRONTEND=noninteractive apt-get update
@@ -106,7 +106,7 @@ jobs:
106
106
# Use 'build', not 'pip wheel'
107
107
CIBW_BUILD_FRONTEND : build
108
108
steps :
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
111
111
- uses : actions/download-artifact@v3
112
112
with :
Original file line number Diff line number Diff line change 19
19
container : ghcr.io/sagemath/sage/sage-docker-fedora-31-maximal-with-targets:dev
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Prepare
25
25
run : |
Original file line number Diff line number Diff line change 17
17
container : ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets:dev
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Update system packages
23
23
run : |
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
EXTRA_SAGE_PACKAGES : ${{ inputs.extra_sage_packages }}
147
147
steps :
148
148
- name : Check out SageMath
149
- uses : actions/checkout@v3
149
+ uses : actions/checkout@v4
150
150
with :
151
151
repository : ${{ inputs.sage_repo }}
152
152
ref : ${{ inputs.sage_ref }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v4
19
19
with :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
- name : Set up Python
32
32
uses : actions/setup-python@v4
33
33
with :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
- name : Set up Python
46
46
uses : actions/setup-python@v4
47
47
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Set tag
23
23
# docker/metadata-action@v4 is not used since we need to distinguish
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- name : Checkout
79
- uses : actions/checkout@v3
79
+ uses : actions/checkout@v4
80
80
81
81
- name : Set tag
82
82
# docker/metadata-action@v4 is not used since we need to distinguish
You can’t perform that action at this time.
0 commit comments