File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 self-test-happy-path :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 with :
1515 repository : PeterJCLaw/dummy-comp
1616 ref : 811452ba69bfa839fc6e80b40e8d6d3ceae8067d
1717
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v6
1919 with :
2020 path : srcomp-validate-action
2121
Original file line number Diff line number Diff line change 1919 validate :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323 - uses : PeterJCLaw/srcomp-validate-action@v0.7
2424` ` `
Original file line number Diff line number Diff line change 1414 echo "directory=${tempdir}" >> $GITHUB_OUTPUT
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v6
1818 with :
19- python-version : ' 3.10 '
19+ python-version : ' 3.14 '
2020 cache : pip
2121 cache-dependency-path : ${{ steps.copy-requirements.outputs.directory }}/**requirements.txt
2222
You can’t perform that action at this time.
0 commit comments