diff --git a/.github/actions/setup-composite/action.yml b/.github/actions/setup-composite/action.yml index eaf87d38..9489037c 100644 --- a/.github/actions/setup-composite/action.yml +++ b/.github/actions/setup-composite/action.yml @@ -17,7 +17,7 @@ runs: shell: bash - name: Cache Nx - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .nx key: ${{ runner.os }}-nx-cache-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index e22b5c16..e4534481 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -34,7 +34,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Cache Nx - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .nx key: ${{ runner.os }}-nx-cache-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-nx-cache- - name: Sets the base and head SHAs required for `nx affected` command - uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 + uses: nrwl/nx-set-shas@afb73a62d26e41464e9254689e1fd6122ee683c1 # v5.0.1 - name: Run code quality checks on affected projects run: pnpm validate \ No newline at end of file