File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616
1717 - name : Set up Go
1818 uses : actions/setup-go@v6
2626 runs-on : ubuntu-latest
2727 needs : test
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030
3131 - name : Set up Go
3232 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1919 with :
2020 python-version : ' 3.14'
2121 - name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 ref : main
2525 - name : Download latest release
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 environment :
1212 name : integ-tests
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - name : run go tests
1616 run : make tests-with-docker
1717 integ-tests-x86 :
1818 runs-on : ubuntu-latest
1919 environment :
2020 name : integ-tests
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.14'
3030 environment :
3131 name : integ-tests
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 - uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.14'
4141 environment :
4242 name : integ-tests
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@v7
4545 - uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.14'
Original file line number Diff line number Diff line change 1515 name : RIE ↔ LocalStack API Smoke Test
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 - name : Set up Go
2121 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 3030 PR_NUMBER : ${{ github.event.pull_request.number }}
3131 HEAD_SHA : ${{ github.event.pull_request.head.sha }}
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 with :
3535 ref : ${{ github.event.pull_request.head.sha }}
3636
Original file line number Diff line number Diff line change 1919 environment : Release
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 with :
2424 ref : main
2525 - name : Set up python
You can’t perform that action at this time.
0 commit comments