Skip to content

Commit fbcebb7

Browse files
committed
ci: update workflow actions
1 parent 7bc0663 commit fbcebb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
contents: read
7474

7575
steps:
76-
- uses: actions/checkout@v6
76+
- uses: actions/checkout@v7
7777

7878
- name: Set up Node.js
7979
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)