From 71b764c0b2a73fec8cb55a9fe9150623b94ad9b9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 10 Mar 2023 07:59:53 +0000
Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.3.0

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/gatsby.yml | 2 +-
 .github/workflows/test.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml
index e30f165c8d..7447e20017 100644
--- a/.github/workflows/gatsby.yml
+++ b/.github/workflows/gatsby.yml
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2.3.4
 
-      - uses: actions/cache@v2.1.6
+      - uses: actions/cache@v3.3.0
         with:
           path: ~/.npm
           key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 972c40429d..6014038088 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
 
       - uses: actions/setup-node@v2.1.5
 
-      - uses: actions/cache@v2.1.6
+      - uses: actions/cache@v3.3.0
         with:
           path: ~/.npm
           key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}