@@ -97,13 +97,13 @@ jobs:
9797 pygobject-ver : ' <3.52.0'
9898
9999 steps :
100- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
100+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
101101 with :
102102 fetch-depth : 0
103103 persist-credentials : false
104104
105105 - name : Set up Python ${{ matrix.python-version }}
106- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
106+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
107107 with :
108108 python-version : ${{ matrix.python-version }}
109109 allow-prereleases : true
@@ -186,7 +186,7 @@ jobs:
186186 esac
187187
188188 - name : Cache pip
189- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
189+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
190190 if : startsWith(runner.os, 'Linux')
191191 with :
192192 path : ~/.cache/pip
@@ -196,23 +196,23 @@ jobs:
196196 restore-keys : |
197197 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
198198 - name : Cache pip
199- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
199+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
200200 if : startsWith(runner.os, 'macOS')
201201 with :
202202 path : ~/Library/Caches/pip
203203 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('pyproject.toml') }}
204204 restore-keys : |
205205 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
206206 - name : Cache ccache
207- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
207+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
208208 with :
209209 path : |
210210 ~/.ccache
211211 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
212212 restore-keys : |
213213 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
214214 - name : Cache Matplotlib
215- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
215+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
216216 with :
217217 path : |
218218 ~/.cache/matplotlib
@@ -396,7 +396,7 @@ jobs:
396396 fi
397397 - name : Upload code coverage
398398 if : ${{ !cancelled() && github.event_name != 'schedule' }}
399- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
399+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
400400 with :
401401 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
402402 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments