This repository was archived by the owner on Jul 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 shellchecker :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313
1414 - name : Shell Linter
1515 uses : azohra/shell-linter@v0.6.0
Original file line number Diff line number Diff line change 1515 shellchecker :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919
2020 - name : Shell Linter
2121 uses : azohra/shell-linter@v0.6.0
Original file line number Diff line number Diff line change 1010 if : ${{ github.ref == 'refs/heads/main' }}
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : " Publish"
1616 uses : devcontainers/action@v1
Original file line number Diff line number Diff line change 5151 " mcr.microsoft.com/devcontainers/base:debian" ,
5252 ]
5353 steps :
54- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v3
5555
5656 - name : " Install latest devcontainer CLI"
5757 run : npm install -g @devcontainers/cli
9494 " nix" ,
9595 ]
9696 steps :
97- - uses : actions/checkout@v2
97+ - uses : actions/checkout@v3
9898
9999 - name : " Install latest devcontainer CLI"
100100 run : npm install -g @devcontainers/cli
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ubuntu-latest
107107 continue-on-error : true
108108 steps :
109- - uses : actions/checkout@v2
109+ - uses : actions/checkout@v3
110110
111111 - name : " Install latest devcontainer CLI"
112112 run : npm install -g @devcontainers/cli
Original file line number Diff line number Diff line change 1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323
2424 - name : " Install latest devcontainer CLI"
2525 run : npm install -g @devcontainers/cli
Original file line number Diff line number Diff line change 5858 " mcr.microsoft.com/devcontainers/base:debian" ,
5959 ]
6060 steps :
61- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v3
6262
6363 - name : " Install latest devcontainer CLI"
6464 run : npm install -g @devcontainers/cli
7474 matrix :
7575 features : ${{ fromJSON(needs.detect-changes.outputs.features) }}
7676 steps :
77- - uses : actions/checkout@v2
77+ - uses : actions/checkout@v3
7878
7979 - name : " Install latest devcontainer CLI"
8080 run : npm install -g @devcontainers/cli
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 if : " github.ref == 'refs/heads/main'"
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Generate Documentation
1616 uses : devcontainers/action@v1
You can’t perform that action at this time.
0 commit comments