File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 GITHUB_CONTEXT : ${{ toJson(github) }}
1717 run : echo "$GITHUB_CONTEXT"
1818
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : 3.13
2525 cache : " pip"
Original file line number Diff line number Diff line change 1515 if : github.event.pull_request.draft == false
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.13
2222
4545 fail-fast : false
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - name : Set up Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
7676 runs-on : ubuntu-latest
7777
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080
81- - uses : actions/setup-python@v5
81+ - uses : actions/setup-python@v6
8282 with :
8383 python-version : 3.13
8484
8787 version : " latest"
8888
8989 - name : Get coverage files
90- uses : actions/download-artifact@v4
90+ uses : actions/download-artifact@v5
9191 with :
9292 pattern : .coverage*
9393 path : coverage
You can’t perform that action at this time.
0 commit comments