File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : " Checkout Repository"
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 - name : " Dependency Review"
2020 uses : actions/dependency-review-action@v5
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@v4
Original file line number Diff line number Diff line change 1313 contents : read
1414 steps :
1515 - name : Check out the repo
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717
1818 - name : Log in to Docker Hub
1919 uses : docker/login-action@v4
Original file line number Diff line number Diff line change 2525 TITILER_ENDPOINT : ${{ secrets.TITILER_ENDPOINT }}
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 2424 MAPILLARY_API_KEY : ${{ secrets.MAPILLARY_API_KEY }}
2525 TITILER_ENDPOINT : ${{ secrets.TITILER_ENDPOINT }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1515 matrix :
1616 python-version : ["3.12"]
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 - name : Install uv
2121 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1919 env :
2020 SDKROOT : /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 2828 MAPILLARY_API_KEY : ${{ secrets.MAPILLARY_API_KEY }}
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232
3333 - name : Install uv
3434 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
You can’t perform that action at this time.
0 commit comments