mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
chore: update obsidian GitHub Actions workflows to use latest action versions
This commit is contained in:
parent
22f8cb2cd3
commit
08489dbd5a
2 changed files with 19 additions and 19 deletions
4
.github/workflows/obsidian-plugin-lint.yml
vendored
4
.github/workflows/obsidian-plugin-lint.yml
vendored
|
|
@ -31,9 +31,9 @@ jobs:
|
|||
node-version: [20.x, 22.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue