mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-23 20:21:49 +00:00
chore: update all GitHub Actions to their latest versions
This commit is contained in:
5
.github/workflows/deploy-wikitree-apps.yml
vendored
5
.github/workflows/deploy-wikitree-apps.yml
vendored
@@ -9,9 +9,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.x
|
||||
cache: 'npm'
|
||||
|
||||
Reference in New Issue
Block a user