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@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up uv
2323 shell : bash
2424 run : pipx install uv
Original file line number Diff line number Diff line change 99 timeout-minutes : 5
1010 steps :
1111 - name : Check out the repo
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Log in to Docker Hub
1414 uses : docker/login-action@v3
1515 with :
Original file line number Diff line number Diff line change 1414 runs-on : " ubuntu-latest"
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
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@v4
16+ - uses : actions/checkout@v5
1717 - uses : docker/login-action@v3
1818 with :
1919 registry : ghcr.io
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
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@v4
50+ - uses : actions/checkout@v5
5151 - name : Set up uv
5252 shell : bash
5353 run : pipx install uv
Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.platform }}
2222 timeout-minutes : 5
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up uv
2626 shell : bash
2727 run : pipx install uv
You can’t perform that action at this time.
0 commit comments