File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 if : github.ref == 'refs/heads/main'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : " Publish Features"
1515 uses : devcontainers/action@v1
Original file line number Diff line number Diff line change 2020 - ubuntu:latest
2121 - mcr.microsoft.com/devcontainers/base:ubuntu
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : " Install latest devcontainer CLI"
2626 run : npm install -g @devcontainers/cli
3232 runs-on : ubuntu-latest
3333 continue-on-error : true
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : " Install latest devcontainer CLI"
3838 run : npm install -g @devcontainers/cli
You can’t perform that action at this time.
0 commit comments