From 5289c32bff5515708363d9143a5f0f24c339ccf8 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 12 Mar 2026 12:19:41 +0000 Subject: [PATCH] build: update all github actions See associated pull request for more information. --- .github/workflows/rules_sass-compiler-updates.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rules_sass-compiler-updates.yml b/.github/workflows/rules_sass-compiler-updates.yml index 5a15c7d6e..4c538e084 100644 --- a/.github/workflows/rules_sass-compiler-updates.yml +++ b/.github/workflows/rules_sass-compiler-updates.yml @@ -23,12 +23,12 @@ jobs: bin_name: sass_linux_arm runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1 - run: dart pub get - run: mkdir -p bazel/rules/rules_sass/src/compiler/built/ - run: dart compile exe ./bazel/rules/rules_sass/src/compiler/built/x_sass.dart -o bazel/rules/rules_sass/src/compiler/built/${{ matrix.bin_name }} - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ matrix.bin_name }} path: bazel/rules/rules_sass/src/compiler/built/${{ matrix.bin_name }} @@ -38,11 +38,11 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - run: mkdir -p bazel/rules/rules_sass/src/compiler/built/ - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: bazel/rules/rules_sass/src/compiler/built/ merge-multiple: true