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 9797 # The build/test steps to execute.
9898 steps :
9999 # Use a standard checkout of the code.
100- - uses : actions/checkout@v2
100+ - uses : actions/checkout@v3
101101 # Make sure that Python 3 is available to the build.
102102 - uses : actions/setup-python@v2
103103 with :
Original file line number Diff line number Diff line change 2121 version : [ essentials, full ]
2222 steps :
2323 - name : Set up Git repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 - name : Set up essentials course
2626 if : matrix.version == 'essentials'
2727 run : echo '\basictrue' > talk/onlybasics.tex
Original file line number Diff line number Diff line change 1313 matrix :
1414 version : [ essentials, full ]
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Setup essentials course
1818 if : matrix.version == 'essentials'
1919 run : echo '\basictrue' > talk/onlybasics.tex
You can’t perform that action at this time.
0 commit comments