File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 java-version : 17
7676
7777 - name : Setup Python for running tests
78- uses : actions/setup-python@v4
78+ uses : actions/setup-python@v6
7979 with :
8080 python-version : 3.11
8181 architecture : x64
@@ -273,7 +273,7 @@ jobs:
273273 java-version : 17
274274
275275 - name : Setup Python for running tests
276- uses : actions/setup-python@v4
276+ uses : actions/setup-python@v6
277277 with :
278278 python-version : 3.11
279279 architecture : x64
Original file line number Diff line number Diff line change 6969 dafny-version : ${{ inputs.dafny }}
7070
7171 - name : Setup Python ${{ matrix.python-version }} for running tests
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : ${{ matrix.python-version }}
7575 architecture : x64
You can’t perform that action at this time.
0 commit comments