Commit Graph

364 Commits (83394c99b7089b29ee6c302fad5e940df48c472a)
 

Author SHA1 Message Date
Sankalp Kotewar 83394c99b7 Updated cache version in license file
Sankalp Kotewar e839c25979 Updated actions/cache version to 3.0.3
Sankalp Kotewar 33a923d660 Added release information
Sankalp Kotewar a404368986 Updated actions/cache version to 3.0.2
Lovepreet Singh f4278025ab
Merge pull request from actions/pdotl-version-patch
Update toolkit's cache npm module to latest. Bump cache version to v3.0.6
Lovepreet Singh 9916fe1701 Update cache version in licences
Lovepreet Singh 318935ef66 Update README and RELEASES
Lovepreet Singh 85efbb58b9 Update cache npm module to latest
Sankalp Kotewar 4387dbc81a
Merge pull request from shivamarora1/clojure-lein-example
feat: 🎸 add example for clojure lein project deps
Vipul 71e3ee5cce
Add phantsure to PR reviewers
Vipul c316eb7911
Add phantsure to issue assignment
Shubham Tiwari 0865c47f36
new release ()
Shubham Tiwari 354a2ae15e
Consuming 3.0 actions/cache ()
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
Vipul baed3516c3
Merge pull request from axelson/document-where-to-cache
Make it more obvious that the cache call does double duty
Vipul 8829e97be1
Update README.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Vipul eec8cd3f5f
Merge pull request from actions/vsvipul/fix-auto-assign
Add kotewar and remove phantsure from auto-assignees lists
Vipul 5cc84c0123 Add kotewar and remove phantsure from auto-assignees lists
Shivam Arora a0e530f115 feat: 🎸 add example for clojure lein project deps
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.
Sampark Sharma afc669e7fc
Merge pull request from mpilgrem/haskell-stack-example
Adapt existing Haskell Stack example for Windows
Vipul a0efc56c52
Use pull_request_target instead of pull_request
Fixes autoassign reviewer for PRs from forked repos.
Mike Pilgrem d25c51bbfd Adapt existing Haskell Stack example for Windows
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`).
Vipul a080a3bda4
Merge pull request from lobis/main
Fixed bad yaml in README example
Luis Obis 02be3a9c73
fixed bad yaml in README example
Sankalp Kotewar c3f1317a9e
Merge pull request from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated README file with release info
Sankalp Kotewar d0a54b996c Fixed typo
Sankalp Kotewar 8c5bd0c82d Updated README file with release info
Sankalp Kotewar c9c0f73558
Merge pull request from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated @actions/cache to v2.0.6
Sampark Sharma 2b6caae3c9
Merge pull request from ostera/patch-1
Add sample cache for Erlang with Rebar3
Sankalp Kotewar dd58d1315f Added release info and upgraded version
Leandro Ostera acace7fa1b
Merge branch 'main' into patch-1
Sampark Sharma 438628ac22
Merge pull request from albertstill/improve-restore-key-docs
Improve restore-key documentation
Sankalp Kotewar c296e6a08c Updated @actions/cache version in license file
Sankalp Kotewar 7ed7f22ed8 Updated actions/cache to v2.0.6
Sankalp Kotewar 30f413bfed
Merge pull request from actions/users/kotewar/update-actions-cache-version
Upgraded @actions/cache to 2.0.5
Sankalp Kotewar f2ea0f25f2 Updated Readme with what's new and removed v2 info
Sankalp Kotewar d5956bbc3c Updated release and package versions
Sankalp Kotewar a686c72e4a Revert "Updated package version to 3.0.3 and dependencies"
This reverts commit 4ce1a96732.
Sankalp Kotewar 8e680ea440 Revert "Added release information for 3.0.2 in RELEASES.md"
This reverts commit c376fc84c9.
Sankalp Kotewar c376fc84c9 Added release information for 3.0.2 in RELEASES.md
Sankalp Kotewar 4ce1a96732 Updated package version to 3.0.3 and dependencies
Sankalp Kotewar a2bd439f8e Updated license version and dist
Sankalp Kotewar 35ef551d1f Upgraded @actions/cache to 2.0.5
Vipul 14c4fd4871
Merge pull request from pimterry/patch-1
Simplify the Node.js NPM caching example
Sampark Sharma 455d267066
Merge pull request from actions/Phantsure-patch-1
Update README to call out for version of cache
Tim Perry ccaf2d8fb1 Tweak npm example description for cleaner links
Tim Perry 34f9efca11 Simplify the Node.js NPM caching example
Sampark Sharma 11dd8059a1
Addressing comments
Sampark Sharma e19e89eb2a
Update to call out for version of cache
Vipul 95f200e41c
Merge pull request from magnetikonline/remove-win-load-app-data
Remove final incorrect instances of `%AppData%` / `%LocalAppData%` from Windows cache examples
Vipul 9c784e290b
Merge pull request from kubo39/fix-dub
[D] Fix: should use dub.selections.json for cache