Commit Graph

  • 4498c5b4d8
    Drop the example based on using pip's internals (#519) Pradyun Gedam 2021-03-29 22:34:02 +0100
  • 3767bf0386 Improve restore-key documentation Albert Still 2021-03-26 10:36:55 +1100
  • 4134e6de47
    It is not recommended to cache node_modules (#537) Robert Stoll 2021-02-17 19:18:00 +0100
  • 2086306d9c Make it more obvious that the cache call does double duty Jason Axelson 2021-02-06 13:36:42 -1000
  • 26968a09c0
    Make save/restore logs akin (#509) v2.1.4 Yaroslav Dynnikov 2021-02-04 01:07:49 +0300
  • aeaf731ae2
    Use @actions/cache version 1.0.6 (#525) Konrad Pabjan 2021-02-03 22:12:20 +0100
  • 56a8a2f775
    Merge pull request #514 from eregon/recommend-setup-ruby-bundler-cache Konrad Pabjan 2021-02-02 21:29:35 +0100
  • 1bfe3accb3 Recommend ruby/setup-ruby's bundler-cache: true option Benoit Daloze 2021-01-28 12:52:25 +0100
  • 354332455a
    Merge pull request #434 from DanielHabenicht/patch-1 Konrad Pabjan 2021-01-14 17:22:53 +0100
  • 3303695afa
    Merge pull request #507 from odin-delrio/patch-1 Konrad Pabjan 2021-01-14 17:21:10 +0100
  • e64ab303d1
    Improved gradle cache key calculation example Odín del Río 2021-01-13 22:09:00 +0100
  • 26c48dce83
    Merge pull request #506 from actions/cache-matrix-example Konrad Pabjan 2021-01-12 13:35:24 -0500
  • 72f66cfa6d
    Added a cache example when using matrix Chris Patterson 2021-01-12 13:29:18 -0500
  • 009fe4e01c
    Add sample cache for Erlang with Rebar3 Leandro Ostera 2020-12-29 13:33:30 +0100
  • 9f3a4d3e65
    Merge pull request #443 from guilleijo/pipenv-example Konrad Pabjan 2020-12-15 16:17:31 -0500
  • 7b630ee04f
    Merge pull request #483 from actions/aiqiaoy/windows-cache-path Aiqiao Yan 2020-12-15 15:56:11 -0500
  • d2583f08bc Run licenses cache aiqiaoy/windows-cache-path Aiqiao Yan 2020-12-11 15:37:37 -0500
  • 752e778edb Use @actions/cache 1.0.5 Aiqiao Yan 2020-12-10 16:31:51 -0500
  • a3047dcdce
    Fix CODEOWNER team name (#480) Josh Gross 2020-12-07 15:50:21 -0500
  • e9d6e93306 Double check if CI is failing properly Álvaro Mondéjar 2020-11-28 20:45:38 +0100
  • a89dcfa06d Update dist folder Álvaro Mondéjar 2020-11-28 20:39:41 +0100
  • 114965806a Fix lint issue Álvaro Mondéjar 2020-11-28 20:37:09 +0100
  • 2bdaf00273 Sort inputs and remove whitespaces after exclamation at the beginning of lines Álvaro Mondéjar 2020-11-28 20:34:06 +0100
  • 9c77c9dbfc
    Merge pull request #470 from brcrista/patch-1 Konrad Pabjan 2020-11-25 15:25:27 -0500
  • 29cdd22c60
    Create CODEOWNERS Brian Cristante 2020-11-25 15:14:18 -0500
  • 62a4d75442
    Also cache _build for Elixir Eric Meadows-Jönsson 2020-11-24 15:52:21 +0100
  • 0781355a23
    Upgrade @actions/cache to 1.0.4 (#451) v2.1.3 David Hadka 2020-11-06 08:23:07 -0600
  • f8d592f91f Manually update summary and homepage in license dhadka/bump-cache David Hadka 2020-11-05 15:17:03 -0600
  • 65a44e7aac Update license file David Hadka 2020-11-05 15:14:33 -0600
  • 7f48f08925 Bump @actions/cache to 1.0.4 Dave Hadka 2020-11-05 15:12:18 -0600
  • 22c64ac772
    Update @actions/core to 1.2.6 (#449) David Hadka 2020-11-03 13:04:09 -0600
  • 79f581f4b2 Update license dhadka/update-core David Hadka 2020-11-03 12:52:32 -0600
  • b12f93aad9 Update @actions/core to 1.2.6 Dave Hadka 2020-11-03 12:46:23 -0600
  • cbbf882ea4 Add link to example to README Guillermo Eijo 2020-10-22 22:04:58 -0300
  • 4557c6a937 Add example for python pipenv Guillermo Eijo 2020-10-22 21:35:30 -0300
  • 8819edf476
    Update to @actions/cache 1.0.3 (#438) David Hadka 2020-10-20 13:33:34 -0500
  • 345e0e411a Merge branch 'dhadka/update-cache-module' of https://github.com/actions/cache into dhadka/update-cache-module dhadka/update-cache-module Dave Hadka 2020-10-20 13:00:13 -0500
  • def3a7d616 Update dist files Dave Hadka 2020-10-20 12:59:57 -0500
  • 648a1f9e09 Real licenses David Hadka 2020-10-20 12:55:59 -0500
  • b32535486f Revert "Update licenses" David Hadka 2020-10-20 12:55:08 -0500
  • 97314e1d15 Update licenses David Hadka 2020-10-20 12:30:03 -0500
  • d74c9636bf Bump cache action version Dave Hadka 2020-10-20 12:19:34 -0500
  • 0c7f3b7744 Update to @actions/cache 1.0.3 Dave Hadka 2020-10-20 12:15:13 -0500
  • 19530ba135
    Update examples.md DanielHabenicht 2020-10-14 02:51:53 +0200
  • d1255ad936
    Merge pull request #424 from actions/dhadka/upload-chunk-size v2.1.2 David Hadka 2020-10-07 15:55:25 -0500
  • 68cfb2ccb7 Add units to description dhadka/upload-chunk-size Dave Hadka 2020-10-02 11:22:20 -0500
  • cce3c03a74 Add new input to action.yml Dave Hadka 2020-10-02 11:01:24 -0500
  • 4bceb75b5b Use parseInt instead of Number to handle empty strings Dave Hadka 2020-10-02 10:55:30 -0500
  • a6f1f4b32e Adds input for upload chunk size Dave Hadka 2020-10-02 09:59:55 -0500
  • d606e039ae
    Merge pull request #421 from actions/dhadka/ghes David Hadka 2020-09-30 17:10:54 -0500
  • d3e4f218f3 Use warning instead of info Dave Hadka 2020-09-30 08:47:16 -0500
  • 55a5894438 Update dist Dave Hadka 2020-09-29 14:12:21 -0500
  • 3f6dfcbcc4 Merge branch 'main' of http://github.com/actions/cache into dhadka/ghes Dave Hadka 2020-09-29 14:01:40 -0500
  • 0f71d4ac9a Add tests for isGhes Dave Hadka 2020-09-29 12:36:19 -0500
  • 2850cd8f45 Fix test Dave Hadka 2020-09-29 10:23:21 -0500
  • 67f61c6e6b Add dist files Dave Hadka 2020-09-29 10:15:07 -0500
  • 4d604c6cce No-op on GHES Dave Hadka 2020-09-29 09:58:32 -0500
  • d33b5077b5
    Merge pull request #412 from thboop/main Yang Cao 2020-09-23 17:18:37 -0400
  • 765fb6d234 Update contributing.md Thomas Boop 2020-09-23 17:07:50 -0400
  • 11e417fa43 Add Licensed to attribute third party licenses Thomas Boop 2020-09-09 11:39:29 -0400
  • 8b407f7777
    Grammar fix (#405) Shafiq Jetha 2020-09-08 11:10:51 -0600
  • 5ca27f25cb
    Merge pull request #398 from smorimoto/release-2.1.1 v2.1.1 Aiqiao Yan 2020-08-19 11:07:02 -0400
  • 244fc0ba29 Prepare 2.1.1 Sora Morimoto 2020-08-14 10:35:11 +0900
  • 943d2a4dac
    Merge pull request #388 from noamtamim/patch-1 Aiqiao Yan 2020-08-13 14:13:05 -0400
  • 01f7f296b1
    Bump lodash from 4.17.15 to 4.17.19 (#377) dependabot[bot] 2020-08-13 14:08:41 -0400
  • ab48bf6f67
    Update the @actions/cache package to the latest version (#390) Sora Morimoto 2020-08-14 03:01:02 +0900
  • 59a8d125e7
    Fix indentation in last pip example Noam Tamim 2020-08-05 12:29:52 +0300
  • d29c1df198
    Merge pull request #383 from actions/dhadka/cache-1.0.1 v2.1.0 David Hadka 2020-07-21 11:52:38 -0500
  • d59a1464f2 Upgrade to cache 1.0.1 dhadka/cache-1.0.1 Dave Hadka 2020-07-21 11:04:17 -0500
  • 481a91ba10
    Merge pull request #375 from actions/dhadka/bump-cache-version Aiqiao Yan 2020-07-20 14:54:43 -0400
  • 35f35f44e8
    Update examples.md uhooi 2020-07-19 19:52:18 +0900
  • ca1c035094
    Update README.md uhooi 2020-07-19 19:46:58 +0900
  • 4978dc4f31
    Merge pull request #358 from gaerfield/patch-1 Aiqiao Yan 2020-07-16 15:48:28 -0400
  • 66891cb075
    Merge pull request #373 from JohnTitor/patch-1 Aiqiao Yan 2020-07-16 15:43:10 -0400
  • 5c77066753
    Merge pull request #359 from JLHwung/patch-1 Aiqiao Yan 2020-07-16 15:41:08 -0400
  • 24fb121989 Bump cache module to version 1.0.0 Dave Hadka 2020-07-16 10:01:23 -0500
  • 55bbcc2eab
    Merge pull request #372 from actions/aiqiaoy/rename-master-to-main Aiqiao Yan 2020-07-16 10:33:55 -0400
  • c5475843b3
    Remove redundant # from OCaml/Reason link Yuki Okushi 2020-07-16 11:44:16 +0900
  • 0065ae9713 Remove master from the branch list Aiqiao Yan 2020-07-15 14:02:17 -0400
  • 4aa79d91d3 Rename master to main Aiqiao Yan 2020-07-15 10:36:12 -0400
  • aa08592228 Remove exit code dhadka/exit-after-run Dave Hadka 2020-07-14 12:56:41 -0500
  • 0b0791e3bf Exit after run to prevent hanging if there are active listeners Dave Hadka 2020-07-14 11:49:23 -0500
  • 5474af707f
    add Yarn 2 cache example Huáng Jùnliàng 2020-07-02 09:43:52 -0400
  • 591646a21e
    fixes actions/cache#244 gaerfield 2020-07-01 10:30:03 +0200
  • eed9cfe64d
    Add name for Maven example (#341) Marcono1234 2020-06-18 19:37:50 +0200
  • b773382817
    Add CodeQL security scanning (#346) Justin Hutchings 2020-06-18 10:37:05 -0700
  • 984ce638f0
    Add note about using setup-node before cache (#351) Josh Gross 2020-06-15 15:55:57 -0400
  • ff937cc950
    Merge pull request #343 from actions/improve-string-split David Hadka 2020-06-02 17:41:04 -0500
  • d60d2bef10 Improve string split improve-string-split Dave Hadka 2020-06-02 10:21:03 -0500
  • e561127c3e Merge pull request #329 from actions/aiyan/v2-release-doc Aiqiao Yan 2020-05-26 15:35:50 -0400
  • b8204782bb
    Merge pull request #329 from actions/aiyan/v2-release-doc v2.0.0 releases/v2 Aiqiao Yan 2020-05-26 15:35:50 -0400
  • e6c708b5ce React to feedback Aiqiao Yan 2020-05-26 14:58:07 -0400
  • 581312be20 Update readme and examples to use v2 Aiqiao Yan 2020-05-26 12:45:38 -0400
  • 9ab95382c8
    Merge pull request #313 from actions/aiyan/use-cache-package Aiqiao Yan 2020-05-20 15:26:12 -0400
  • 6c7d57dc97 Use 0.2.1 cache package Aiqiao Yan 2020-05-20 15:20:07 -0400
  • 2b83e91661
    Add examples for creating a cache key (#312) Josh Gross 2020-05-20 10:54:39 -0400
  • 1034aaeec8 Testing fix for a bug in the cache package Aiqiao Yan 2020-05-19 16:02:31 -0400
  • bcc23b930f React to feeback and change to use 0.2.0 cache package Aiqiao Yan 2020-05-19 13:46:58 -0400
  • 249a22026d Update workflow.yml Aiqiao Yan 2020-05-18 11:24:56 -0400
  • 7f9517a009 Switch cache action to use the cache node package Aiqiao Yan 2020-05-14 17:27:38 -0400