diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e78ece1f..159257a6 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.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index 21b16742..a8b6ecaa 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.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4db326b5..8908e1d2 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.2.1 + - uses: actions/cache@v3.2.6 name: Caching Node.js dependencies id: yarn-cache with: