We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec7364 commit f1046efCopy full SHA for f1046ef
1 file changed
.github/workflows/tests.yml
@@ -265,7 +265,7 @@ jobs:
265
pip install hatch==${{ env.HATCH_VERSION }} --uploaded-prior-to=P1D
266
echo "env=$(hatch env find test)" >> "$GITHUB_OUTPUT"
267
268
- - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ - uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
269
id: cache
270
with:
271
path: ${{ steps.hatch.outputs.env }}
0 commit comments