File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : shellcheck
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Run ShellCheck
1515 uses : bewuethr/shellcheck-action@v2
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 - name : Setup AtlasCLI without version input
2323 uses : ./
2424 - name : Use AtlasCLI
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Setup AtlasCLI with version input
3535 uses : ./
3636 with :
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 - name : Setup AtlasCLI and create a project
4949 id : create-project
5050 uses : ./
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v3
63+ uses : actions/checkout@v4
6464 - name : Setup AtlasCLI and create a project
6565 id : create-project
6666 uses : ./
8383 runs-on : ubuntu-latest
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v3
86+ uses : actions/checkout@v4
8787 - name : Setup AtlasCLI and create a project
8888 id : create-project
8989 uses : ./
You can’t perform that action at this time.
0 commit comments