File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : psf/black@stable
1111 with :
1212 src : " ./post_processing/rayleigh.py"
Original file line number Diff line number Diff line change 2121 if : github.repository == 'geodynamics/rayleigh'
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Set up QEMU
2727 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 3434 container : geodynamics/rayleigh-buildenv-jammy
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Build documentation
3939 # First make sure notebooks do not contain output, then build doc
4040 run : |
@@ -116,7 +116,7 @@ jobs:
116116 shell : bash -l {0}
117117
118118 steps :
119- - uses : actions/checkout@v4
119+ - uses : actions/checkout@v5
120120 - uses : conda-incubator/setup-miniconda@v3
121121 with :
122122 activate-environment : radev
You can’t perform that action at this time.
0 commit comments