From 92f92e81fd2e3de35ef3b607d0caee017a1cecc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:47:34 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 (#376) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fef39f..bc01745 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Cache node modules id: cache-npm - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-node-modules with: @@ -38,7 +38,7 @@ jobs: - name: Cache eslint id: cache-eslint - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-eslint with: @@ -47,7 +47,7 @@ jobs: - name: Cache TypeScript id: cache-typescript - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-typescript with: @@ -56,7 +56,7 @@ jobs: - name: Cache prettier id: cache-prettier - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 env: cache-name: cache-prettier with: