From 1748f9de3921e2d8da70ae721da7f35d589b494f Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Mon, 10 Feb 2025 17:40:35 -0500 Subject: [PATCH] Update actions/reusable-workflows (#463) --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e5198d9..8c2e4ab 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -9,14 +9,14 @@ on: jobs: check-dist: name: Check dist/ directory - uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + uses: actions/reusable-workflows/.github/workflows/check-dist.yml@95d9656793415e47f574f7967f3850ea3bf5a7ed with: node-version: 20.x node-caching: npm test: name: Test - uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@95d9656793415e47f574f7967f3850ea3bf5a7ed with: node-version: 20.x node-caching: npm