File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
codespell :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : Install dependencies
10
10
shell : bash -l {0}
11
11
run : |
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
name : ${{ github.event.inputs.package }}@${{ github.event.ref }}
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Run examples and tests
22
22
uses : Macaulay2/M2/.github/actions/package-review@master
Original file line number Diff line number Diff line change 54
54
os : macos-13
55
55
compiler : default
56
56
steps :
57
- - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v5
58
58
59
59
# ----------------------
60
60
# Install missing tools and libraries for macOS
You can’t perform that action at this time.
0 commit comments