@@ -91,13 +91,13 @@ jobs:
9191 pygobject-ver : ' <3.52.0'
9292
9393 steps :
94- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
94+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9595 with :
9696 fetch-depth : 0
9797 persist-credentials : false
9898
9999 - name : Set up Python ${{ matrix.python-version }}
100- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
100+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
101101 with :
102102 python-version : ${{ matrix.python-version }}
103103 allow-prereleases : true
@@ -180,7 +180,7 @@ jobs:
180180 esac
181181
182182 - name : Cache pip
183- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
183+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
184184 if : startsWith(runner.os, 'Linux')
185185 with :
186186 path : ~/.cache/pip
@@ -190,23 +190,23 @@ jobs:
190190 restore-keys : |
191191 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
192192 - name : Cache pip
193- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
193+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
194194 if : startsWith(runner.os, 'macOS')
195195 with :
196196 path : ~/Library/Caches/pip
197197 key : ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('pyproject.toml') }}
198198 restore-keys : |
199199 ${{ matrix.os }}-py${{ matrix.python-version }}-pip-
200200 - name : Cache ccache
201- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
201+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
202202 with :
203203 path : |
204204 ~/.ccache
205205 key : ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
206206 restore-keys : |
207207 ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
208208 - name : Cache Matplotlib
209- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
209+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
210210 with :
211211 path : |
212212 ~/.cache/matplotlib
@@ -380,7 +380,7 @@ jobs:
380380 fi
381381 - name : Upload code coverage
382382 if : ${{ !cancelled() && github.event_name != 'schedule' }}
383- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
383+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
384384 with :
385385 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
386386 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments