File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ jobs:
105105 test-env : " PyQt6~=6.11.0 PyQt6-Qt6~=6.11.0"
106106
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v6
109109 - name : Setup Python
110- uses : actions/setup-python@v5
110+ uses : actions/setup-python@v6
111111 with :
112112 python-version : ${{ matrix.python-version }}
113113
@@ -121,7 +121,7 @@ jobs:
121121 sudo apt-get install -y $UBUNTU_SYSTEM_PACKAGES $PACKAGES
122122
123123 - name : Setup Pip Cache
124- uses : actions/cache@v4
124+ uses : actions/cache@v5
125125 with :
126126 path : .pip-cache
127127 key : ${{ runner.os }}-py-${{ matrix.python-version }}-pip-${{ hashFiles('setup.*', '.github/workflows/run-tests-workflow.yml') }}
@@ -165,6 +165,6 @@ jobs:
165165 catchsegv xvfb-run -a -s "$XVFBARGS" python -m orangecanvas --help
166166
167167 - name : Upload Coverage
168- uses : codecov/codecov-action@v4
168+ uses : codecov/codecov-action@v6
169169 with :
170170 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments