Skip to content

Commit 5615028

Browse files
Merge pull request jax-ml#24841 from jax-ml:dependabot/github_actions/actions/cache-4.1.2
PiperOrigin-RevId: 695460084
2 parents 0e611e5 + 39e0f48 commit 5615028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
python-version: 3.11
3737
- run: python -m pip install pre-commit
38-
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
38+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3939
with:
4040
path: ~/.cache/pre-commit
4141
key: pre-commit-${{ env.pythonLocation }}-${{ hashFiles('.pre-commit-config.yaml', 'setup.py') }}

0 commit comments

Comments
 (0)