mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-30 11:37:50 +08:00
chore: bump GitHub Actions to latest major versions (#351)
Upgrade actions/setup-node from v6 to v7. Other workflow actions are already current. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
uses: pnpm/action-setup@v6
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 22
|
||||
cache: pnpm
|
||||
|
||||
Reference in New Issue
Block a user