File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3636 version : " 0.5.21"
3737 enable-cache : true
3838 - name : " Set up Python"
39- uses : actions/setup-python@v5.5.0
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version-file : " .python-version"
4242 - name : Install the project
Original file line number Diff line number Diff line change 3333 echo "version=$VERSION" >> $GITHUB_OUTPUT
3434
3535 - name : Log in to Docker Hub
36- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
36+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
3737 with :
3838 username : ${{ secrets.DOCKER_USERNAME }}
3939 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 6262 enable-cache : true
6363
6464 - name : Set up Python
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version-file : " .python-version"
6868
9999 enable-cache : true
100100
101101 - name : Set up Python
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version-file : " .python-version"
105105
Original file line number Diff line number Diff line change 2121 version : " 0.6.6"
2222 enable-cache : true
2323
24- - uses : actions/setup-python@v5.5.0
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.10'
2727
Original file line number Diff line number Diff line change 5353 enable-cache : true
5454
5555 - name : " Set up Python ${{ matrix.python-version }}"
56- uses : actions/setup-python@v5.5.0
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959
7676 gpg --keyserver keyserver.ubuntu.com --recv-keys 806BB28AED779869
7777
7878 - name : Upload coverage to Codecov
79- uses : codecov/codecov-action@v5.5.0
79+ uses : codecov/codecov-action@v5.5.1
8080 with :
8181 token : ${{ secrets.CODECOV_TOKEN }}
8282 file : ./coverage.xml
Original file line number Diff line number Diff line change 1717 - id : check-toml
1818
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : ' v0.12.11 '
20+ rev : ' v0.13.2 '
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --exit-non-zero-on-fix]
2626 types_or : [python, jupyter]
2727
2828 - repo : https://github.com/pre-commit/mirrors-mypy
29- rev : v1.17.1
29+ rev : v1.18.2
3030 hooks :
3131 - id : mypy
3232 entry : python3 -m mypy --config-file pyproject.toml
You can’t perform that action at this time.
0 commit comments