File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 ]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v6
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v1
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 ]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v6
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v1
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 python-version : ["3.12"]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v6
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v1
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 ]
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v6
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v1
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
6464 - name : Upload broken PDFs as artifact
6565 # Always upload, even if job fails.
6666 if : failure() || always()
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 with :
6969 name : tests_fuzz_broken_pdfs
7070 path : build/tests_fuzz
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v6
1313
1414 - name : Upgrade pip
1515 run : |
You can’t perform that action at this time.
0 commit comments