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 8
8
runs-on : " ubuntu-latest"
9
9
steps :
10
10
- name : Check out the repo
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Log in to Docker Hub
13
13
uses : docker/login-action@v3
14
14
with :
Original file line number Diff line number Diff line change 13
13
docker :
14
14
runs-on : " ubuntu-latest"
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0 # to retrieve git tags
19
19
# 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 12
12
packages : write
13
13
contents : read
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : docker/login-action@v3
17
17
with :
18
18
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 22
22
- " 3.10"
23
23
runs-on : ${{ matrix.platform }}
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Set up uv
27
27
shell : bash
28
28
run : pipx install uv
You can’t perform that action at this time.
0 commit comments