Skip to content

Commit 5b503c0

Browse files
chore(deps): update actions/cache action to v5.0.2
1 parent 15af5ba commit 5b503c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
python-version-file: pyproject.toml
160160
cache: "poetry"
161161
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
162-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
162+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
163163
with:
164164
key: mkdocs-material-${{ env.cache_id }}
165165
path: .cache

0 commit comments

Comments
 (0)