Skip to content

Commit 059edf6

Browse files
committed
workflows
1 parent cbe8ac2 commit 059edf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: 20
1919
registry-url: https://registry.npmjs.org
2020
- id: check
21-
uses: EndBug/version-check@v1
21+
uses: EndBug/version-check@v3
2222
with:
2323
file-url: https://unpkg.com/theme-change@latest/package.json
2424
static-checking: localIsNew

0 commit comments

Comments
 (0)