From 39aadf190d216edf1be66954a199b7c8983f1d09 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 17 Jul 2024 16:37:53 -0400 Subject: [PATCH] chore: run `frizbee actions .github/workflows/` Signed-off-by: Rui Chen --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29c5b7170..6d30f4bdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,9 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version-file: ".tool-versions" cache: "npm"