We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15af5ba commit 5b503c0Copy full SHA for 5b503c0
1 file changed
.github/workflows/ci.yaml
@@ -159,7 +159,7 @@ jobs:
159
python-version-file: pyproject.toml
160
cache: "poetry"
161
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
162
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
163
with:
164
key: mkdocs-material-${{ env.cache_id }}
165
path: .cache
0 commit comments