@@ -18,10 +18,10 @@ jobs:
1818 lint :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ env.PYTHON_LATEST }}
2727 -
uses :
pre-commit/[email protected] @@ -34,12 +34,12 @@ jobs:
3434 matrix :
3535 python : ["3.10", "3.11", "3.12", "3.13", "3.14"]
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Install optimizers
3939 run : |
4040 sudo apt-get install -y jpegoptim pngquant gifsicle optipng libjpeg-progs webp
4141 - name : Set up Python ${{ matrix.python }}
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python }}
4545 allow-prereleases : true
@@ -65,14 +65,14 @@ jobs:
6565 needs : test
6666
6767 steps :
68- - uses : actions/checkout@v4
69- - uses : actions/setup-python@v5
68+ - uses : actions/checkout@v5
69+ - uses : actions/setup-python@v6
7070 with :
7171 python-version : ${{ env.PYTHON_LATEST }}
7272 cache : pip
7373
7474 - name : Download coverage data
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v5
7676 with :
7777 pattern : coverage-data-*
7878 merge-multiple : true
0 commit comments