We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe8ac2 commit 059edf6Copy full SHA for 059edf6
1 file changed
.github/workflows/npm-publish.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
- name: Setup Node.js environment
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
17
with:
18
node-version: 20
19
registry-url: https://registry.npmjs.org
20
- id: check
21
- uses: EndBug/version-check@v1
+ uses: EndBug/version-check@v3
22
23
file-url: https://unpkg.com/theme-change@latest/package.json
24
static-checking: localIsNew
0 commit comments