diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50008b6f5b..8185d96093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: | @@ -147,7 +147,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43fa0e6bb6..1c72e90a2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: registry-url: 'https://registry.npmjs.org/' - name: Load cached dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 id: cache with: path: |