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 18
18
runs-on : ${{ matrix.platform }}
19
19
timeout-minutes : 5
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up uv
23
23
shell : bash
24
24
run : pipx install uv
Original file line number Diff line number Diff line change 9
9
timeout-minutes : 5
10
10
steps :
11
11
- name : Check out the repo
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Log in to Docker Hub
14
14
uses : docker/login-action@v3
15
15
with :
Original file line number Diff line number Diff line change 14
14
runs-on : " ubuntu-latest"
15
15
timeout-minutes : 5
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0 # to retrieve git tags
20
20
# 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 13
13
packages : write
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : docker/login-action@v3
18
18
with :
19
19
registry : ghcr.io
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Configure Git Credentials
14
14
run : |
15
15
git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 47
47
runs-on : " ubuntu-latest"
48
48
timeout-minutes : 5
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
- name : Set up uv
52
52
shell : bash
53
53
run : pipx install uv
Original file line number Diff line number Diff line change 21
21
runs-on : ${{ matrix.platform }}
22
22
timeout-minutes : 5
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up uv
26
26
shell : bash
27
27
run : pipx install uv
You can’t perform that action at this time.
0 commit comments