File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.10"
2222
Original file line number Diff line number Diff line change 4545 steps :
4646 - name : Checkout generic
4747 uses : actions/checkout@v5
48- - uses : actions/setup-python@v5
48+ - uses : actions/setup-python@v6
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
9494 if : github.event_name == 'pull_request_target'
9595 with :
9696 ref : ${{ github.event.pull_request.head.sha }}
97- - uses : actions/setup-python@v5
97+ - uses : actions/setup-python@v6
9898 with :
9999 python-version : ${{ matrix.python-version }}
100100 cache-dependency-path : pyproject.toml
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v5
1616
1717 # Step 2: Set up Python
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.x"
2121 cache : " pip"
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.x"
2929 cache : " pip"
You can’t perform that action at this time.
0 commit comments