Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Tiwari committed Mar 30, 2022
2 parents c315286 + 7d4f40b commit 7852e58
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 115 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu

## What's New
### v3
* Added support for caching from GHES 3.5.
* Fixed download issue for files > 2GB during restore.
* Updated the minimum runner version support from node 12 -> node 16.

### v2
Expand Down Expand Up @@ -175,12 +177,6 @@ steps:

> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`)

## Changelog schedule and history

| Status | Version | Date | Highlights |
|:---|:---|:---|:---|
| Published | v3.0.0 | Mar 21st, 2022 | - Updated minimum runner version support from node 12 -> node 16 <br> |

## Contributing
We would love for you to contribute to `actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

Expand Down
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Updated minimum runner version support from node 12 -> node 16

### 3.0.1
- Added support for GHES.
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
Loading

0 comments on commit 7852e58

Please sign in to comment.