From e7d421bb811e9fd8db57da5273b658256264bc2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 23:13:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e5785f..21a1885 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: scope: '@ivuorinen' - name: Cache Node Modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: node_modules