File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.x
1717 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 cache : ' pip'
5050 steps :
5151 - uses : actions/checkout@v5
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 cache : ' pip'
You can’t perform that action at this time.
0 commit comments