From 497dad8827ba53fb09070af1ffc6c93e5cfb8608 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 5 Oct 2024 03:58:48 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to 0a44ba7 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc67695989b..c916230d83e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: 18 - run: npm install