8000 Bump actions/cache from 3 to 4 by dependabot[bot] · Pull Request #3224 · seqan/seqan3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump actions/cache from 3 to 4 #3224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yaml
< 4606 td id="diff-d68f57c406e852d6cb33f198401722fcb918173ccd2943842354c39567359443L44" data-line-number="44" class="blob-num blob-num-context js-linkable-line-number">
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
doxygen: 1.9.8

- name: Load cached documentation
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: doc-build
key: ${{ runner.os }}-documentation-1.9.8
Expand Down
0