Skip to content

Commit d12c5aa

Browse files
chore(deps): update actions/cache action to v5.0.3
1 parent 24738c3 commit d12c5aa

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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
163163
with:
164164
key: mkdocs-material-${{ env.cache_id }}
165165
path: .cache

0 commit comments

Comments
 (0)