Merge pull request #124 from jamiefdhurst/dependabot/github_actions/actions/setup-node-7

chore(deps): bump actions/setup-node from 6 to 7
This commit is contained in:
github-actions[bot] 2026-07-20 21:35:19 +00:00 committed by GitHub
commit 4bbe4a864b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '20'
cache: 'npm'

View file

@ -81,7 +81,7 @@ jobs:
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '20'
cache: 'npm'