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 1818 url : https://hub.docker.com/r/${{ vars.DOCKERHUB_REPOSITORY }}
1919 steps :
2020 - name : Check out the repo
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Set up QEMU
2323 uses : docker/setup-qemu-action@v3
2424 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 1414 name : " Docs"
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.x"
Original file line number Diff line number Diff line change 2424 id-token : write
2525 contents : write
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Compare package version with ref/tag
2929 id : compare
3030 run : |
Original file line number Diff line number Diff line change 1818 name : " Analyze"
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
@@ -376,7 +376,7 @@ jobs:
376376 options : >-
377377 --name=mysqld
378378 steps :
379- - uses : actions/checkout@v4
379+ - uses : actions/checkout@v5
380380 - name : Set up Python ${{ matrix.py }}
381381 uses : actions/setup-python@v5
382382 with :
You can’t perform that action at this time.
0 commit comments