Skip to content

Commit

Permalink
Swap to actions/setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 20, 2024
1 parent 263f985 commit e8cd7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .trufflehog3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exclude:

- message: Tooling outputs
paths:
- output/cache-db.json
- spago.lock
- yarn-error.log
- yarn.lock
- output/cache-db.json

0 comments on commit e8cd7d5

Please sign in to comment.