382 Commits

Author SHA1 Message Date
Vipul
27c0af5532
Remove .md files skip condition from test workflow 2022-08-25 16:52:00 +05:30
Vipul
6c9470d12d
Merge pull request #910 from actions/vsvipul/add-reviewers
Add pallavx and pdotl to reviewers
2022-08-25 10:04:28 +05:30
Vipul
a59a2347a7 Add pallavx and pdotl to reviewers 2022-08-25 03:55:46 +00:00
Vipul
d785f8b8a2
Merge pull request #908 from actions/vsvipul/fix-dep
Update @actions/core to 1.9.1
2022-08-24 17:10:07 +05:30
Vipul
81423d07fe Update licenses 2022-08-24 11:32:31 +00:00
Vipul
c1dbd4593f Update @actions/core to 1.9.1 2022-08-24 11:26:37 +00:00
Bishal Prasad
5f975d03e6
Merge pull request #896 from actions/bishal-pdMSFT-patch-1
Add readme section for good practices
2022-08-23 16:33:03 +05:30
Bishal Prasad
8a9a57869f
Update README.md 2022-08-23 15:20:27 +05:30
Bishal Prasad
fb1d96e3ff
Update README.md 2022-08-23 13:19:05 +05:30
Vipul
2048ecfa86
Merge pull request #903 from actions/vsvipul/sort-inputs
Sort inputs and remove whitespaces after exclamation
2022-08-22 21:19:36 +05:30
Sankalp Kotewar
8954b07458 Removed unnecessary backslash in regex 2022-08-22 13:05:20 +00:00
Sankalp Kotewar
0ae6818675 Formatted files with prettier 2022-08-22 12:57:35 +00:00
Vipul
f316f94f31 Generate build and fix format 2022-08-22 12:45:18 +00:00
Álvaro Mondéjar
204fa1ab69 Sort inputs and remove whitespaces after exclamation at the beginning of lines 2022-08-22 12:42:01 +00:00
Sankalp Kotewar
fd5de65bc8
Merge pull request #899 from actions/kotewar/download-and-compression-fix
Updated actions/cache toolkit dep to v3.0.4
v3.0.8
2022-08-22 12:07:42 +05:30
Sankalp Kotewar
d49b6bb21d Updated actions/cache toolkit dep to v3.0.4 2022-08-18 14:13:31 +00:00
Bishal Prasad
23d218be27
Add section for good practices 2022-08-14 14:35:33 +05:30
Sankalp Kotewar
a7c34adf76
Merge pull request #894 from actions/kotewar/update-toolkit-version
Fix for the download stuck problem
v3.0.7
2022-08-11 14:56:44 +05:30
Sankalp Kotewar
83394c99b7 Updated cache version in license file 2022-08-11 07:59:07 +00:00
Sankalp Kotewar
e839c25979 Updated actions/cache version to 3.0.3 2022-08-11 07:57:29 +00:00
Sankalp Kotewar
33a923d660 Added release information 2022-08-09 16:48:03 +00:00
Sankalp Kotewar
a404368986 Updated actions/cache version to 3.0.2 2022-08-09 16:43:43 +00:00
Lovepreet Singh
f4278025ab
Merge pull request #887 from actions/pdotl-version-patch
Update toolkit's cache npm module to latest. Bump cache version to v3.0.6
v3.0.6
2022-08-05 12:38:26 +05:30
Lovepreet Singh
9916fe1701 Update cache version in licences 2022-08-04 10:46:56 +00:00
Lovepreet Singh
318935ef66 Update README and RELEASES 2022-08-04 10:37:56 +00:00
Lovepreet Singh
85efbb58b9 Update cache npm module to latest 2022-08-04 10:00:08 +00:00
Sankalp Kotewar
4387dbc81a
Merge pull request #835 from shivamarora1/clojure-lein-example
feat: 🎸 add example for clojure lein project deps
2022-08-01 13:27:13 +05:30
Vipul
71e3ee5cce
Add phantsure to PR reviewers 2022-07-28 00:10:09 +05:30
Vipul
c316eb7911
Add phantsure to issue assignment 2022-07-28 00:09:39 +05:30
Shubham Tiwari
0865c47f36
new release (#855) v3.0.5 2022-07-13 10:27:51 +05:30
Shubham Tiwari
354a2ae15e
Consuming 3.0 actions/cache (#834)
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
2022-07-07 21:56:17 +05:30
Vipul
baed3516c3
Merge pull request #530 from axelson/document-where-to-cache
Make it more obvious that the cache call does double duty
2022-06-27 10:56:37 +05:30
Vipul
8829e97be1
Update README.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-27 10:48:52 +05:30
Vipul
eec8cd3f5f
Merge pull request #836 from actions/vsvipul/fix-auto-assign
Add kotewar and remove phantsure from auto-assignees lists
2022-06-26 20:03:54 +05:30
Vipul
5cc84c0123 Add kotewar and remove phantsure from auto-assignees lists 2022-06-26 05:26:49 +00:00
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.
2022-06-26 00:39:24 +05:30
Sampark Sharma
afc669e7fc
Merge pull request #819 from mpilgrem/haskell-stack-example
Adapt existing Haskell Stack example for Windows
2022-06-23 16:13:06 +05:30
Vipul
a0efc56c52
Use pull_request_target instead of pull_request
Fixes autoassign reviewer for PRs from forked repos.
2022-06-21 22:38:08 +05:30
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`).
2022-06-21 13:15:08 +01:00
Vipul
a080a3bda4
Merge pull request #816 from lobis/main
Fixed bad yaml in README example
2022-06-21 09:55:20 +05:30
Luis Obis
02be3a9c73
fixed bad yaml in README example 2022-06-08 21:43:57 +02:00
Sankalp Kotewar
c3f1317a9e
Merge pull request #813 from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated README file with release info
v3.0.4
2022-06-07 13:07:13 +05:30
Sankalp Kotewar
d0a54b996c Fixed typo 2022-06-07 07:14:00 +00:00
Sankalp Kotewar
8c5bd0c82d Updated README file with release info 2022-06-07 07:11:42 +00:00
Sankalp Kotewar
c9c0f73558
Merge pull request #812 from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated @actions/cache to v2.0.6
2022-06-07 12:27:10 +05:30
Sampark Sharma
2b6caae3c9
Merge pull request #495 from ostera/patch-1
Add sample cache for Erlang with Rebar3
2022-06-06 18:39:03 +05:30
Sankalp Kotewar
dd58d1315f Added release info and upgraded version 2022-06-06 12:31:18 +00:00
Leandro Ostera
acace7fa1b
Merge branch 'main' into patch-1 2022-06-06 14:26:51 +02:00
Sampark Sharma
438628ac22
Merge pull request #554 from albertstill/improve-restore-key-docs
Improve restore-key documentation
2022-06-06 17:29:02 +05:30
Sankalp Kotewar
c296e6a08c Updated @actions/cache version in license file 2022-06-06 09:55:39 +00:00
Sankalp Kotewar
7ed7f22ed8 Updated actions/cache to v2.0.6 2022-06-06 09:40:27 +00:00
Sankalp Kotewar
30f413bfed
Merge pull request #808 from actions/users/kotewar/update-actions-cache-version
Upgraded @actions/cache to 2.0.5
v3.0.3
2022-05-31 12:33:10 +05:30
Sankalp Kotewar
f2ea0f25f2 Updated Readme with what's new and removed v2 info 2022-05-31 03:33:14 +00:00
Sankalp Kotewar
d5956bbc3c Updated release and package versions 2022-05-30 12:01:54 +00:00
Sankalp Kotewar
a686c72e4a Revert "Updated package version to 3.0.3 and dependencies"
This reverts commit 4ce1a96732c56fd55c0f2962bc5b8326a0ee09c2.
2022-05-30 11:54:57 +00:00
Sankalp Kotewar
8e680ea440 Revert "Added release information for 3.0.2 in RELEASES.md"
This reverts commit c376fc84c91391874fb5bd69fe5a5465922f70a0.
2022-05-30 11:54:45 +00:00
Sankalp Kotewar
c376fc84c9 Added release information for 3.0.2 in RELEASES.md 2022-05-30 09:03:33 +00:00
Sankalp Kotewar
4ce1a96732 Updated package version to 3.0.3 and dependencies 2022-05-30 08:03:00 +00:00
Sankalp Kotewar
a2bd439f8e Updated license version and dist 2022-05-30 06:36:08 +00:00
Sankalp Kotewar
35ef551d1f Upgraded @actions/cache to 2.0.5 2022-05-30 05:59:51 +00:00
Vipul
14c4fd4871
Merge pull request #690 from pimterry/patch-1
Simplify the Node.js NPM caching example
2022-05-26 11:18:34 +05:30
Sampark Sharma
455d267066
Merge pull request #804 from actions/Phantsure-patch-1
Update README to call out for version of cache
2022-05-26 09:26:58 +05:30
Tim Perry
ccaf2d8fb1 Tweak npm example description for cleaner links 2022-05-25 12:00:49 +02:00
Tim Perry
34f9efca11 Simplify the Node.js NPM caching example 2022-05-25 11:58:58 +02:00
Sampark Sharma
11dd8059a1
Addressing comments 2022-05-24 06:31:12 +00:00
Sampark Sharma
e19e89eb2a
Update to call out for version of cache 2022-05-20 14:38:22 +05:30
Vipul
95f200e41c
Merge pull request #762 from magnetikonline/remove-win-load-app-data
Remove final incorrect instances of `%AppData%` / `%LocalAppData%` from Windows cache examples
2022-05-11 16:14:36 +05:30
Vipul
9c784e290b
Merge pull request #738 from kubo39/fix-dub
[D] Fix: should use dub.selections.json for cache
2022-05-11 16:13:29 +05:30
Vipul
a34051afb0
Merge pull request #802 from actions/vsvipul/alert-fix
Update ts-jest version and package-lock.json
2022-05-09 11:14:12 +05:30
vsvipul
bdb21a7177 Update ts-jest version and package-lock.json 2022-05-09 00:04:20 +05:30
Vipul
d55d005ab0
Merge pull request #801 from actions/vsvipul/fix-dep
Update dependencies to suppress dependabot alerts related to minimist version <"1.2.6"
2022-05-07 22:58:45 +05:30
Vipul
b44d6c5cbf
Update inactive issue message. 2022-05-05 11:58:06 +05:30
Deepak Dahiya
60742c2acf lint 2022-05-04 13:46:41 +00:00
Deepak Dahiya
12086c7bbf new build 2022-05-04 13:43:52 +00:00
Deepak Dahiya
626c44ce85
Update restore.ts 2022-05-04 21:26:37 +08:00
Deepak Dahiya
f2d5621efc Turning error from any to unknown 2022-05-04 12:32:55 +00:00
vsvipul
cab6d27614 Update licenses 2022-05-04 16:58:48 +05:30
vsvipul
69811fd677 Update other outdated red dependencies 2022-05-04 16:51:09 +05:30
vsvipul
887b9060fe Update dependencies with older minimist version 2022-05-04 16:47:33 +05:30
Vipul
c6762fdd6a
Set days before issue stale to 200 2022-05-04 14:54:27 +05:30
Vipul
95c3ae75f4
Add Bishal to auto assign issues list. 2022-05-04 14:41:53 +05:30
Vipul
797382fe42
Add Bishal to auto assign PRs list 2022-05-04 14:41:16 +05:30
Vipul
36dbd93a7c
Create auto-assign-issues.yml 2022-05-02 13:15:05 +05:30
Vipul
45f362d0ca
Create auto_assign.yml 2022-05-02 13:03:27 +05:30
Vipul
ca0688b4ab
Rename auto-assign.yaml to auto-assign.yml 2022-05-02 13:02:07 +05:30
Vipul
ef8498dcba
Create auto-assign.yaml 2022-05-02 13:01:55 +05:30
Peter Mescalchin
8f1e2e0286
Bump GitHub actions actions/checkout and actions/setup-node (#763)
* Bump GitHub actions

* Bump Node.js version used to `16.x` in workflows

* Bump `actions/upload-artifact@v3`
2022-04-12 00:06:07 +05:30
Deepak Dahiya
48af2dc4a9
Update actions/cache version (#786)
* Updang actions/cache version

* New build

* Update licenses

Co-authored-by: vsvipul <vsvipul@github.com>
v3.0.2
2022-04-11 11:56:23 +05:30
Anurag Chauhan
f63a711791
Merge pull request #781 from actions/t-dedah/cacheSize
Updated @actions/cache to 2.0.1
2022-04-05 15:48:50 +05:30
vsvipul
770a27cf65 Update licenses 2022-04-05 12:17:59 +05:30
Deepak Dahiya
c2131abcd8 New build 2022-04-05 06:40:46 +00:00
Deepak Dahiya
575160481d Updated @actions/cache to 2.0.1 2022-04-05 05:53:11 +00:00
Shubham Tiwari
136d96b4ae
Enabling actions/cache for GHES based on presence of AC service (#774)
* initial changes

* Update package-lock.json

* Update package-lock.json

* review comments and updated test cases

* package.json

* changed name

* added new line

* changed tookit

* updated with 2.0

* changed with public released package

* ran code format

* linting errors

* Update actionUtils.test.ts

* Update cache.dep.yml

* Update package.json

* Update README.md

* Create RELEASES.md

* Update RELEASES.md

* Update package.json

* Update package-lock.json

* typo
v3.0.1
2022-03-30 15:46:49 +05:30
Ashwin Sangem
7d4f40b464
Bumping up the version to fix download issue for files > 2 GB. (#775)
* Bumping up the version to fix download issue for files > 2 GB.

* Update license for cache

Co-authored-by: vsvipul <vsvipul@github.com>
2022-03-30 15:33:23 +05:30
Ashwin Sangem
2d8d0d1c9b
Updated what's new. (#771)
* Updated what's new.

* Segregated major versions and added changelog.

* Update README.md
2022-03-22 14:04:39 +05:30
Ashwin Sangem
7799d864d9
Updated the usage and docs to the major version release. (#770) 2022-03-21 14:31:26 +05:30
Ashwin Sangem
4b0cf6cc46
Merge pull request #769 from actions/users/ashwinsangem/bump_major_version
Bumped up to a major version(v3.0.0)
v3.0.0
2022-03-21 13:56:53 +05:30
vsvipul
60c606a2b4 Update licensed files 2022-03-21 12:01:49 +05:30
Ashwin Sangem
b6e9a919a7 Revert "Updated to the latest version."
This reverts commit c8425035834f98c304ecf92f5d50f41d433885c1.
2022-03-21 04:56:07 +00:00
Ashwin Sangem
c842503583 Updated to the latest version. 2022-03-21 04:53:37 +00:00