File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 run :
1515 shell : bash -l {0}
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 3
2020 - uses : mamba-org/provision-with-micromamba@v16
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 with :
1111 # submodules: true # Fetch Hugo themes (true OR recursive)
1212 fetch-depth : 3 # Fetch all history for .GitInfo and .Lastmod
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Check out code
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242 - name : Login to GitHub Container Registry
4343 uses : docker/login-action@v3
4444 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 ref : main
1717 ssh-key : ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - uses : actions/setup-node@v4
2222 with :
2323 node-version : 16
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Check out code
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646 - uses : actions/setup-node@v4
4747 with :
4848 node-version : 16
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Check out code
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 ref : dev
7474 ssh-key : ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
You can’t perform that action at this time.
0 commit comments