Skip to content

Commit 54c7935

Browse files
chore: bump GitHub Actions to latest major versions (#7)
Upgrade actions/checkout to v7 and actions/setup-node to v7. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c545991 commit 54c7935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v6
17+
uses: actions/setup-node@v7
1818
with:
1919
node-version: 22
2020
cache: npm

0 commit comments

Comments
 (0)