diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index d679e4ea62..4d4e44bf58 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./.github/ng-renovate - name: Setup UV if: matrix.REPOSITORY == 'angular/web-codegen-scorer' # UV is only needed for web-codegen-scorer as it uses python. - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 - name: Setup Dart if: matrix.REPOSITORY == 'angular/dev-infra' # Dart is only needed for rules_sass which is in dev-infra. uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 # v1 diff --git a/github-actions/npm/checkout-and-setup-node/action.yml b/github-actions/npm/checkout-and-setup-node/action.yml index dff6b196c3..71e7e12b19 100644 --- a/github-actions/npm/checkout-and-setup-node/action.yml +++ b/github-actions/npm/checkout-and-setup-node/action.yml @@ -58,7 +58,7 @@ runs: with: run_install: false - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ${{ inputs.node-version-file-path }} node-version: ${{ inputs.node-version }}