Skip to content
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

Add support for the @actions/cache library 3.0.0 #448

Merged
merged 5 commits into from Jun 30, 2022
Merged

Add support for the @actions/cache library 3.0.0 #448

merged 5 commits into from Jun 30, 2022

Commits on Jun 28, 2022

  1. Update cache-save.ts to support @actions/cache v3.0.0 lib

    Made package.json and package-lock.json to use @actions/cache v3.0.0,
    updated logic of the cache-save operation and added unit-tests
    IvanZosimov committed Jun 28, 2022
    Copy the full SHA
    01408ce View commit details
    Browse the repository at this point in the history
  2. Update licenses

    IvanZosimov committed Jun 28, 2022
    Copy the full SHA
    c61bc3d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge branch 'main' into CacheLibVersionUpdate

    IvanZosimov committed Jun 30, 2022
    Copy the full SHA
    161c3a6 View commit details
    Browse the repository at this point in the history
  2. Rebuild action

    IvanZosimov committed Jun 30, 2022
    Copy the full SHA
    0811650 View commit details
    Browse the repository at this point in the history
  3. Rebuild action

    IvanZosimov committed Jun 30, 2022
    Copy the full SHA
    41b9110 View commit details
    Browse the repository at this point in the history