File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424 - uses : actions/checkout@v5
2525
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.x
2929 cache : " pip"
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v5
3232
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments