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 77 has_python_changes : ${{ steps.changed-files.outputs.has_python_changes }}
88 files : ${{ steps.changed-files.outputs.files }}
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v6
1111 with :
1212 fetch-depth : 0 # To get all history for git diff commands
1313
@@ -71,15 +71,15 @@ jobs:
7171 exit 0
7272 fi
7373
74- - uses : actions/checkout@v3
74+ - uses : actions/checkout@v6
7575 with :
7676 fetch-depth : 0
7777
78- - uses : actions/setup-python@v4
78+ - uses : actions/setup-python@v6
7979 with :
8080 python-version : 3.12
8181
82- - uses : actions/cache@v3
82+ - uses : actions/cache@v5
8383 with :
8484 path : ~/.cache/pip
8585 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
@@ -273,7 +273,7 @@ jobs:
273273 if : ${{ always() }}
274274 runs-on : ubuntu-24.04
275275 steps :
276- - uses : actions/checkout@v3
276+ - uses : actions/checkout@v6
277277
278278 - name : Summarize results
279279 run : |
Original file line number Diff line number Diff line change 44 lint_python :
55 runs-on : ubuntu-24.04
66 steps :
7- - uses : actions/checkout@v3
8- - uses : actions/setup-python@v4
7+ - uses : actions/checkout@v6
8+ - uses : actions/setup-python@v6
99 with :
1010 python-version : 3.12
1111 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments