diff --git a/.github/workflows/app-test.yaml b/.github/workflows/app-test.yaml index 58b6ed0d..fa8819e2 100644 --- a/.github/workflows/app-test.yaml +++ b/.github/workflows/app-test.yaml @@ -33,7 +33,7 @@ jobs: # This step loads "node_modules" from the cache which contains the cache of Turborepo. # The "node_modules" will be mounted with the source code when docker-compose up is executed. - name: Load cache "node_modules" which includes cahce of Turborepo - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index 68f068a4..45759b7b 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -30,7 +30,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: