File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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 20
20
runs-on : ${{ matrix.platform }}
21
21
timeout-minutes : 5
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Set up uv
25
25
shell : bash
26
26
run : pipx install uv
You can’t perform that action at this time.
0 commit comments