diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1ae6120e..e78ece1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.1 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index c8f2cfc3..21b16742 100644 --- a/.github/workflows/gated.yml +++ b/.github/workflows/gated.yml @@ -14,7 +14,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.1 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 99b8b32e..4db326b5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.1 name: Caching Node.js dependencies id: yarn-cache with: