File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.platform }}
1919 timeout-minutes : 5
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up uv with caching enabled
2323 uses : astral-sh/setup-uv@v7
2424 with :
Original file line number Diff line number Diff line change 99 timeout-minutes : 10
1010 steps :
1111 - name : Check out the repo
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : Set up Docker Buildx
1414 uses : docker/setup-buildx-action@v3
1515 - name : Log in to Docker Hub
Original file line number Diff line number Diff line change 1414 runs-on : " ubuntu-latest"
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0 # to retrieve git tags
2020 # How to set system path variable in github action workflow: https://stackoverflow.com/a/68214331
Original file line number Diff line number Diff line change 1313 packages : write
1414 contents : read
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Set up Docker Buildx
1818 uses : docker/setup-buildx-action@v3
1919 - uses : docker/login-action@v3
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Configure Git Credentials
1414 run : |
1515 git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 4747 runs-on : " ubuntu-latest"
4848 timeout-minutes : 5
4949 steps :
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 - name : Set up uv with caching enabled
5252 uses : astral-sh/setup-uv@v7
5353 with :
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.platform }}
2424 timeout-minutes : 10
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up uv with caching enabled
2828 uses : astral-sh/setup-uv@v7
2929 with :
You can’t perform that action at this time.
0 commit comments