From 6c780c043342c446e7bacd3594580303081e2b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 00:05:30 +0300 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.1 (#2) --- .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 296f804..d3130ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: scope: '@ivuorinen' - name: Cache Node Modules - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 id: cache with: path: node_modules