-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: actions/cache
base: v2.1.6
head repository: actions/cache
compare: v2.1.7
- 10 commits
- 42 files changed
- 7 contributors
Commits on Jun 1, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 0638051 - Browse repository at this point
Copy the full SHA 0638051View commit details
Commits on Jul 15, 2021
-
Fix bugs in example of how to use with pipenv (#607)
* Fix bugs in example of how to use with pipenv The current example of how to use `@actions/cache` with pipenv has two problems: 1. The cached virtualenv that pipenv creates has `bin/python` as a symlink into paths like `/opt/hostedtoolcache/Python/3.7.11` that explicitly include the patch version of python. When the cache is restored onto a machine running a slightly different version of python, e.g., when GitHub upgrades its runners from python 3.7.10 to 3.7.11, then any attempt to run python in the workflow mysteriously fails with errors like `Failed to load paths: /bin/sh: 1: /home/runner/.local/share/virtualenvs/myrepo-sOIMCiTO/bin/python: not found`. Therefore the patch version of python should be included in the cache key. 2. `pipenv --install` has the unfortunate behaviour of not cleaning out any pre-existing packages. That is, if the `Pipfile` first contains dependencies on `foo` and `bar`, and then you remove `bar` from the `Pipfile` and run `pipenv install` again, `bar` is still included in the virtualenv. This can cause false-positive test failures: when a dependency is removed from the `Pipfile` but there is still code that relies on the removed dependency, tests can still pass if the dependency comes from the cache based on a previous revision of `Pipfile.lock`. Therefore `restore-keys` should not be set. This PR attempts to address both of these issues. * Explain why setup-python is included in example
Configuration menu - View commit details
-
Copy full SHA for 5807af2 - Browse repository at this point
Copy the full SHA 5807af2View commit details
Commits on Jul 20, 2021
-
Add "see more" link to GHE-not-supported warning (#609)
* Add "see more" link to GHE-not-supported warning I lived for several months thinking that support for caching action on GHE is just a matter of time, because it's such an important thing to have. Only today, I discovered that originally it was not planned at all. And that people already created some workarounds. So I hope that linking the issue from the warning message will save other people from what happened to me :-) * Update new GHE-not-supported message in tests * Update generated dist files
Configuration menu - View commit details
-
Copy full SHA for 2ebdcff - Browse repository at this point
Copy the full SHA 2ebdcffView commit details -
Bump ws from 5.2.2 to 5.2.3 (#610)
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10906ba - Browse repository at this point
Copy the full SHA 10906baView commit details
Commits on Aug 5, 2021
-
* Add check-dist.yml * Fix triggers in licensed.yml * fix workflow for this repo
Configuration menu - View commit details
-
Copy full SHA for c9db520 - Browse repository at this point
Copy the full SHA c9db520View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bbe742 - Browse repository at this point
Copy the full SHA 6bbe742View commit details
Commits on Oct 22, 2021
-
(R renv) Fix Renv package cache location in examples (#660)
* (R renv) Fix Renv package cache location in examples * (R env) Update getting Renv package cache location * (R env) Set renv package cache location using RENV_PATHS_ROOT environment variable
Configuration menu - View commit details
-
Copy full SHA for 92f67a4 - Browse repository at this point
Copy the full SHA 92f67a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b6d52 - Browse repository at this point
Copy the full SHA 67b6d52View commit details
Commits on Nov 23, 2021
-
Bumping up @actions/cache version to 1.0.8 (#682)
* bumping up @actions/cache version to 1.0.8 * Remove ubuntu-16.04
Configuration menu - View commit details
-
Copy full SHA for eb0698d - Browse repository at this point
Copy the full SHA eb0698dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 937d244 - Browse repository at this point
Copy the full SHA 937d244View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.6...v2.1.7