File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.x
2020 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Set up python 3.12
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.12"
2727 cache : " pip"
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v5
4141
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 cache : pip
Original file line number Diff line number Diff line change 2323 run : sudo apt install jq
2424
2525 - name : Set up python 3.12
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.12"
2929
You can’t perform that action at this time.
0 commit comments