Skip to content

Commit

Permalink
Merge pull request #1236 from actions/bethanyj28/bump-version
Browse files Browse the repository at this point in the history
Bump action version to 3.3.2
  • Loading branch information
bethanyj28 authored Sep 7, 2023
2 parents f7ebb81 + 17e2888 commit 704facf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@
### 3.3.1

- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

### 3.3.2

- Fixes bug with Azure SDK causing blob downloads to get stuck.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.3.1",
"version": "3.3.2",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
Expand Down

0 comments on commit 704facf

Please sign in to comment.