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@v4
13+ - uses : actions/checkout@v5
1414 - name : Run ShellCheck
1515 uses : bewuethr/shellcheck-action@v2
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Setup AtlasCLI without version input
2424 uses : ./
2525 - name : Use AtlasCLI
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 - name : Setup AtlasCLI with version input
3636 uses : ./
3737 with :
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 - name : Setup AtlasCLI and create a project
5050 id : create-project
5151 uses : ./
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 - name : Setup AtlasCLI and create a project
6666 id : create-project
6767 uses : ./
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v5
8888 - name : Setup AtlasCLI and create a project
8989 id : create-project
9090 uses : ./
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118
119119 - name : Create a Service Account and get client ID and client secret
120120 id : generate_sa
You can’t perform that action at this time.
0 commit comments