Main by developer982 · Pull Request #1408 · actions/cache

and others added 30 commits

May 30, 2022 06:36
…ons-cache-version

Upgraded @actions/cache to 2.0.5
Improve restore-key documentation
Add sample cache for Erlang with Rebar3
…ache-to-v2.0.6

Updated @actions/cache to v2.0.6
…ache-to-v2.0.6

Updated README file with release info
Fixed bad yaml in README example
The default `STACK_ROOT` is `~/.stack` only on Unix-like operating systems. On Windows, the default is `%APPDATA%/stack` (usually `%HOME%\AppData\Roaming\stack`).

On Unix-like OSs, Stack stores GHC and other tools in a `programs` directory in the `STACK_ROOT`. On Windows, Stack stores those tools and MSYS2 in `%LOCALAPPDATA%\Programs\stack` (usually `%HOME%\AppData\Local\Programs\stack`).
Fixes autoassign reviewer for PRs from forked repos.
Adapt existing Haskell Stack example for Windows
In Clojure, Lein tool is used to generate template for various projects.
Lein project metadata (including project dependencies) are stored in
prject.clj (in root directory) file. Lein downloads dependencies in
classpath (~/.m2/repository). So here I am caching ~/.m2/repository path
for reusing cache in subsequent builds.
Add kotewar and remove phantsure from auto-assignees lists
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Make it more obvious that the cache call does double duty
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist

@takost

@takost

@takost

@takost

@robherley

@robherley

@robherley

@robherley

@takost

@takost

@yacaovsnc

@robherley

@robherley

@yacaovsnc

@yacaovsnc

@yacaovsnc

@yacaovsnc

@bethanyj28

…h-flow

Update actions/cache publish flow

@bethanyj28

@bethanyj28

@bethanyj28

@cdce8p

@cdce8p

Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>
Fix `fail-on-cache-miss` not working