From e8cd7d59c32389de67274be8df99ed5d70391572 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Sat, 20 Apr 2024 18:01:19 +0100 Subject: [PATCH] Swap to actions/setup-node@v4 --- .github/actions/install/action.yml | 2 +- .trufflehog3.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 47f439c..166391a 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -13,7 +13,7 @@ runs: uses: actions/checkout@v4 - name: Set the node version - uses: actions/setup-node@v5 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: yarn diff --git a/.trufflehog3.yml b/.trufflehog3.yml index 9cb6c62..eb2ae47 100644 --- a/.trufflehog3.yml +++ b/.trufflehog3.yml @@ -22,6 +22,7 @@ exclude: - message: Tooling outputs paths: + - output/cache-db.json + - spago.lock - yarn-error.log - yarn.lock - - output/cache-db.json