Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/cache Loading
base: v3.2.5
Choose a base ref
...
head repository: actions/cache Loading
compare: v3.3.1
Choose a head ref
  • 10 commits
  • 32 files changed
  • 5 contributors

Commits on Feb 14, 2023

  1. Updated branch in Force deletion of caches (#1108)

    * Updated branch in Force deletion of caches
    
    Fixes this issue #1107
    
    * Update tips-and-workarounds.md
    t-dedah committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    81b7281 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. 3.2.6

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    95b455a View commit details
    Browse the repository at this point in the history
  2. Bump @actions/cache version

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8f7fa5d View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7d4d6f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1db4b4 View commit details
    Browse the repository at this point in the history
  5. Fix license

    lvpx committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8d3a1e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge pull request #1118 from actions/pdotl/zstd-hotfix

    Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners
    lvpx committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    69d9d44 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    e0d6227 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Add lookup-only option (#1041)

    * Add new actions/cache version (with dryRun support)
    
    * Add dry-run option
    
    * Changes after rebase
    
    * Update readme
    
    * Rename option to lookup-only
    
    * Update test name
    
    * Update package.json + changelog
    
    * Update README
    
    * Update custom package version
    
    * Update custom package version
    
    * Update @actions/cache to 3.2.0
    
    * Code review
    
    * Update log statement
    
    * Move test case
    
    ---------
    
    Co-authored-by: Sankalp Kotewar <[email protected]>
    cdce8p and kotewar committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    940f3d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Reduced download segment size to 128 MB and timeout to 10 minutes (#1129

    )
    
    * Changed segment size to 128mb & timeout to 10 min
    
    * Updated license
    
    * Updated licenses
    kotewar committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    88522ab View commit details
    Browse the repository at this point in the history
Loading