Skip to content

Commit

Permalink
Merge pull request #3224 from seqan/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
eseiler authored Jan 23, 2024
2 parents ee718d0 + c625b0a commit 713939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yaml
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

1 comment on commit 713939a

@vercel
Copy link

@vercel vercel bot commented on 713939a Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-seqan.vercel.app
seqan3.vercel.app
seqan3-git-master-seqan.vercel.app

Please sign in to comment.