Skip to content

Commit f499368

Browse files
committed
build: update all github actions
See associated pull request for more information.
1 parent f018eca commit f499368

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ng-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ./.github/ng-renovate
3838
- name: Setup UV
3939
if: matrix.REPOSITORY == 'angular/web-codegen-scorer' # UV is only needed for web-codegen-scorer as it uses python.
40-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
40+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4141
- name: Setup Dart
4242
if: matrix.REPOSITORY == 'angular/dev-infra' # Dart is only needed for rules_sass which is in dev-infra.
4343
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 # v1

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
with:
5959
run_install: false
6060

61-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
61+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6262
with:
6363
node-version-file: ${{ inputs.node-version-file-path }}
6464
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)