File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 name : ubuntu-latest - Docker - lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Run hadolint
1818 uses : reviewdog/action-hadolint@v1
2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 - name : Set Environment Variables
3232 run : |
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 strategy :
2020 matrix :
21- os : [ macos-13, windows-latest, ubuntu-latest ]
21+ os : [windows-latest, ubuntu-latest ]
2222 type : [ sources ]
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up Python 3.10
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : 3.10.x
3030 architecture : x64
5353 name : Source distribution - Python - deploy
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - name : Set up Python
58- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : 3.10.x
6161 architecture : x64
You can’t perform that action at this time.
0 commit comments