File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
url : https://hub.docker.com/r/${{ vars.DOCKERHUB_REPOSITORY }}
19
19
steps :
20
20
- name : Check out the repo
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
- name : Set up QEMU
23
23
uses : docker/setup-qemu-action@v3
24
24
- name : Set up Docker Buildx
Original file line number Diff line number Diff line change 14
14
name : " Docs"
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.x"
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
contents : write
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Compare package version with ref/tag
29
29
id : compare
30
30
run : |
Original file line number Diff line number Diff line change 18
18
name : " Analyze"
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up Python
23
23
uses : actions/setup-python@v5
24
24
with :
@@ -376,7 +376,7 @@ jobs:
376
376
options : >-
377
377
--name=mysqld
378
378
steps :
379
- - uses : actions/checkout@v4
379
+ - uses : actions/checkout@v5
380
380
- name : Set up Python ${{ matrix.py }}
381
381
uses : actions/setup-python@v5
382
382
with :
You can’t perform that action at this time.
0 commit comments