@sanity/plugin-kit

7.0.28.0.0
assets/inject/semver-workflow/.github/workflows/main.yml
~assets/inject/semver-workflow/.github/workflows/main.ymlModified
+3−3
Index: package/assets/inject/semver-workflow/.github/workflows/main.yml
===================================================================
--- package/assets/inject/semver-workflow/.github/workflows/main.yml
+++ package/assets/inject/semver-workflow/.github/workflows/main.yml
@@ -45,9 +45,9 @@
     runs-on: ubuntu-latest
     name: Lint & Build
     steps:
       - uses: actions/checkout@v7
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v7
         with:
           cache: npm
           node-version: lts/*
       - run: npm clean-install
@@ -85,9 +85,9 @@
         run: |
           git config --global core.autocrlf false
           git config --global core.eol lf
       - uses: actions/checkout@v7
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v7
         with:
           cache: npm
           node-version: ${{ matrix.node }}
       - run: npm install
@@ -109,9 +109,9 @@
         with:
           # Need to fetch entire commit history to
           # analyze every commit since last release
           fetch-depth: 0
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v7
         with:
           cache: npm
           node-version: lts/*
       - run: npm clean-install