diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 46a33af..24273c5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -61,7 +61,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -101,7 +101,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}