203 Commits (fix-345)
 

Author SHA1 Message Date
Vipul 01b0229624 Generate dist
Álvaro Mondéjar Rubio c4678ef19f Fix linting
Álvaro Mondéjar Rubio fe28a720e4 Fix prettier error
Álvaro Mondéjar Rubio 84dee78cdb EMpty commit to rerun CI
Álvaro Mondéjar Rubio bd9fe45728 Empty commit tu rerun workflow
Álvaro Mondéjar e9d6e93306 Double check if CI is failing properly
Álvaro Mondéjar a89dcfa06d Update dist folder
Álvaro Mondéjar 114965806a Fix lint issue
Álvaro Mondéjar 2bdaf00273 Sort inputs and remove whitespaces after exclamation at the beginning of lines
Konrad Pabjan 9c77c9dbfc
Merge pull request from brcrista/patch-1
Add CODEOWNERS file
Brian Cristante 29cdd22c60
Create CODEOWNERS
David Hadka 0781355a23
Upgrade @actions/cache to 1.0.4 ()
David Hadka 22c64ac772
Update @actions/core to 1.2.6 ()
David Hadka 8819edf476
Update to @actions/cache 1.0.3 ()
Update to version 1.0.3 of the `@actions/cache` module.  This pulls in the following changes:

* Add a small delay between retry attempts
* Do not retry on HTTP responses that are not retryable, such as 409 Conflicts
David Hadka d1255ad936
Merge pull request from actions/dhadka/upload-chunk-size
Adds input for upload chunk size
Dave Hadka 68cfb2ccb7 Add units to description
Dave Hadka cce3c03a74 Add new input to action.yml
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings
Dave Hadka a6f1f4b32e Adds input for upload chunk size
David Hadka d606e039ae
Merge pull request from actions/dhadka/ghes
Caching action should no-op on GHES
Dave Hadka d3e4f218f3 Use warning instead of info
Dave Hadka 55a5894438 Update dist
Dave Hadka 3f6dfcbcc4 Merge branch 'main' of http://github.com/actions/cache into dhadka/ghes
Dave Hadka 0f71d4ac9a Add tests for isGhes
Dave Hadka 2850cd8f45 Fix test
Dave Hadka 67f61c6e6b Add dist files
Dave Hadka 4d604c6cce No-op on GHES
Yang Cao d33b5077b5
Merge pull request from thboop/main
Add Licensed to attribute third party licenses
Thomas Boop 765fb6d234 Update contributing.md
Thomas Boop 11e417fa43 Add Licensed to attribute third party licenses
Shafiq Jetha 8b407f7777
Grammar fix ()
Aiqiao Yan 5ca27f25cb
Merge pull request from smorimoto/release-2.1.1
Prepare 2.1.1
Sora Morimoto 244fc0ba29 Prepare 2.1.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Aiqiao Yan 943d2a4dac
Merge pull request from noamtamim/patch-1
Fix indentation in last pip example
dependabot[bot] 01f7f296b1
Bump lodash from 4.17.15 to 4.17.19 ()
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sora Morimoto ab48bf6f67
Update the @actions/cache package to the latest version ()
* Update the @actions/cache package to the latest version

Signed-off-by: Sora Morimoto <sora@morimoto.io>
Noam Tamim 59a8d125e7
Fix indentation in last pip example
David Hadka d29c1df198
Merge pull request from actions/dhadka/cache-1.0.1
Upgrade to cache 1.0.1
Dave Hadka d59a1464f2 Upgrade to cache 1.0.1
Aiqiao Yan 481a91ba10
Merge pull request from actions/dhadka/bump-cache-version
Bump cache module to version 1.0.0
Aiqiao Yan 4978dc4f31
Merge pull request from gaerfield/patch-1
fixes 
Aiqiao Yan 66891cb075
Merge pull request from JohnTitor/patch-1
Remove redundant `#` from OCaml/Reason link
Aiqiao Yan 5c77066753
Merge pull request from JLHwung/patch-1
add Yarn 2 cache example
Dave Hadka 24fb121989 Bump cache module to version 1.0.0
Aiqiao Yan 55bbcc2eab
Merge pull request from actions/aiqiaoy/rename-master-to-main
Rename master to main
Yuki Okushi c5475843b3
Remove redundant `#` from OCaml/Reason link
Aiqiao Yan 0065ae9713 Remove master from the branch list
Aiqiao Yan 4aa79d91d3 Rename master to main
Huáng Jùnliàng 5474af707f
add Yarn 2 cache example
gaerfield 591646a21e
fixes