diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d44b1..9cba320 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Cache node modules id: cache-npm - uses: actions/cache@v3.3.0 + uses: actions/cache@v3.3.1 env: cache-name: cache-node-modules with: @@ -38,7 +38,7 @@ jobs: - name: Cache eslint id: cache-eslint - uses: actions/cache@v3.3.0 + uses: actions/cache@v3.3.1 env: cache-name: cache-eslint with: @@ -47,7 +47,7 @@ jobs: - name: Cache TypeScript id: cache-typescript - uses: actions/cache@v3.3.0 + uses: actions/cache@v3.3.1 env: cache-name: cache-typescript with: @@ -56,7 +56,7 @@ jobs: - name: Cache prettier id: cache-prettier - uses: actions/cache@v3.3.0 + uses: actions/cache@v3.3.1 env: cache-name: cache-prettier with: