mirror of
https://github.com/jamiefdhurst/obsidian-inbox-organiser.git
synced 2026-07-22 05:31:23 +00:00
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:
commit
4bbe4a864b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue