diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e78ece1f..f4a63e86 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.3.1 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index 21b16742..5f407abb 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.3.1 name: Caching Node.js dependencies id: yarn-cache with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4db326b5..3038966f 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.3.1 name: Caching Node.js dependencies id: yarn-cache with: