Skip to content

Commit 3b5d496

Browse files
build(deps): bump actions/cache from 4 to 5 (#45)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b54cdfe commit 3b5d496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ingest-to-phylogenetic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Check cache
9595
id: check-cache
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: ingest-output-sha256sum
9999
key: ingest-output-sha256sum-${{ hashFiles('ingest-output-sha256sum') }}

0 commit comments

Comments
 (0)