From 8e374e3686a1a878a14e3927a095606c8213d61e Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 11 Feb 2025 14:42:35 -0300 Subject: [PATCH] use action v4.2.0 --- .github/workflows/buildandtest.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index a3394326..83152825 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -32,7 +32,7 @@ jobs: id: compute_lockfile_hash run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT" - name: Check dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 id: cache_dependencies with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} @@ -56,12 +56,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 - name: Check dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_install_deps.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 id: cache_built_packages with: path: ${{ env.CACHED_BUILD_PATHS }} @@ -114,12 +114,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 - name: Check dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_build.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }} @@ -157,12 +157,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 - name: Check dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_build.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }} @@ -180,12 +180,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 - name: Check dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_build.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # V4.2.0 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }}