File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818 echo "Branch: ${{ github.ref }}"
1919 docker images
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v6
2222 with :
2323 submodules : true
2424 - name : Python lint
4949 docker images
5050 go env
5151 - name : Checkout
52- uses : actions/checkout@v2
52+ uses : actions/checkout@v6
5353 with :
5454 submodules : true
5555 - name : Deployment infrastructure tests
9797 docker images
9898 go env
9999 - name : Checkout
100- uses : actions/checkout@v2
100+ uses : actions/checkout@v6
101101 with :
102102 submodules : true
103103 - name : Build dss image
@@ -128,7 +128,7 @@ jobs:
128128 echo "Branch: ${{ github.ref }}"
129129 docker images
130130 - name : Checkout
131- uses : actions/checkout@v2
131+ uses : actions/checkout@v6
132132 with :
133133 submodules : true
134134 - name : Tests
@@ -147,7 +147,7 @@ jobs:
147147 echo "Branch: ${{ github.ref }}"
148148 docker images
149149 - name : Checkout
150- uses : actions/checkout@v2
150+ uses : actions/checkout@v6
151151 with :
152152 submodules : true
153153 - name : Check migrations
Original file line number Diff line number Diff line change 99 name : Clone on Windows
1010 runs-on : windows-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v6
1313 - name : Checkout on Windows
1414 run : echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
1515 macos :
1616 name : Clone on Mac
1717 runs-on : macos-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v6
2020 - name : Checkout on Mac
2121 run : echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
2222 ubuntu :
2323 name : Clone on Ubuntu
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v6
2727 - name : Checkout on Ubuntu
28- run : echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
28+ run : echo "Project successfully cloned on ${{ runner.os }}. See `Set up Job` stage for more details about the Runner."
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : github.repository == 'interuss/dss'
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - name : Configure Git Credentials
Original file line number Diff line number Diff line change 2323 echo "Branch: ${{ github.ref }}"
2424
2525 - name : Checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 3737 cosign version
3838
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343
You can’t perform that action at this time.
0 commit comments