Skip to content

Commit 02066a2

Browse files
authored
Merge pull request #568 from stack-of-tasks/dependabot/github_actions/devel/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 2e2d611 + b756c6e commit 02066a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reloc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838

39-
- uses: actions/cache@v3
39+
- uses: actions/cache@v4
4040
with:
4141
path: ${{ env.CCACHE_DIR }}
4242
key: reloc

0 commit comments

Comments
 (0)