Skip to content

Commit 704facf

Browse files
authored
Merge pull request #1236 from actions/bethanyj28/bump-version
Bump action version to 3.3.2
2 parents f7ebb81 + 17e2888 commit 704facf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@
107107
### 3.3.1
108108

109109
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
110+
111+
### 3.3.2
112+
113+
- Fixes bug with Azure SDK causing blob downloads to get stuck.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",

0 commit comments

Comments
 (0)