We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24738c3 commit d12c5aaCopy full SHA for d12c5aa
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
163
with:
164
key: mkdocs-material-${{ env.cache_id }}
165
path: .cache
0 commit comments