File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 name : ubuntu-latest - Docker - lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Run hadolint
1919 uses : reviewdog/action-hadolint@v1
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Set Environment Variables
3333 run : |
Original file line number Diff line number Diff line change 1515 arch : [ x64 ]
1616 version : [ "3.10.x" ]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Python ${{ matrix.version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.version }}
2323 architecture : ${{ matrix.arch }}
4343 python : [ '3.10' ]
4444
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Set up Python ${{ matrix.python }}
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : ${{ matrix.python }}
5151 architecture : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments