Skip to content

Commit edc51c3

Browse files
authored
Merge pull request #215 from seqan/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents a50edbb + e982364 commit edc51c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
doxygen: 1.9.6
5252

5353
- name: Load cached documentation
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: doc-build
5757
key: ${{ runner.os }}-documentation-${{ env.DOXYGEN_VERSION }}

0 commit comments

Comments
 (0)