From 667d8fdfa213683cee9fcaad43be0f25322bef02 Mon Sep 17 00:00:00 2001
From: bethanyj28 <bethanyj28@github.com>
Date: Wed, 6 Sep 2023 14:15:33 -0400
Subject: [PATCH 1/2] bump action version to 3.3.2

---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 050ff43..5179d9b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cache",
-  "version": "3.3.1",
+  "version": "3.3.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cache",
-      "version": "3.3.1",
+      "version": "3.3.2",
       "license": "MIT",
       "dependencies": {
         "@actions/cache": "^3.2.2",
diff --git a/package.json b/package.json
index 1dcf874..daa7b26 100644
--- a/package.json
+++ b/package.json
@@ -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",

From 17e2888746ae4cdbac78cbb1a45a157d310c0e53 Mon Sep 17 00:00:00 2001
From: bethanyj28 <bethanyj28@github.com>
Date: Wed, 6 Sep 2023 14:41:49 -0400
Subject: [PATCH 2/2] Add to RELEASES.md

---
 RELEASES.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASES.md b/RELEASES.md
index d4016e9..5efe301 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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.