Skip to content

Commit 50ad50a

Browse files
Merge pull request #75 from SixLabors/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e0f41f8 + 0fe848c commit 50ad50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
4242

4343
- name: Restore LFS cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
id: lfs-cache
4646
with:
4747
path: .git/lfs

0 commit comments

Comments
 (0)