diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 007e6c5..f3e4c9c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -36,7 +36,7 @@ jobs: - name: Cache node_modules id: cache-node_modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} @@ -74,7 +74,7 @@ jobs: - name: Cache node_modules id: cache-node_modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} @@ -116,7 +116,7 @@ jobs: - name: Cache node_modules id: cache-node_modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} @@ -126,7 +126,7 @@ jobs: - name: Cache next id: cache-next - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 with: path: ${{ github.workspace }}/.next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cc82ae..505484f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}