Download File with Caching
Version updated for https://github.com/ethanjli/cached-download-action to version v0.1.4.
- This action is used across all versions by 24 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Cached Download GitHub Action simplifies the process of downloading and caching individual files in GitHub Actions workflows. It combines the functionality of multiple actions into one, automatically handling file permissions and cache management via actions/cache. This action streamlines workflows by automating file downloads and caching as an implementation detail, reducing complexity and improving reusability.
What’s Changed
What’s Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/ethanjli/cached-download-action/pull/3
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/ethanjli/cached-download-action/pull/6
- Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/ethanjli/cached-download-action/pull/7
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/ethanjli/cached-download-action/pull/3
Full Changelog: https://github.com/ethanjli/cached-download-action/compare/v0.1.3...v0.1.4