summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-02-06 03:01:03 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-02-06 03:01:03 +0300
commitc352511bd2b417d54d20cf1a866e52544d7a6bd3 (patch)
treeac39b0573f054684f9b4bad94515631acafd7429 /.github
parenta7b4d1468589d2da4bc6ede99f0374e0d862d126 (diff)
downloadstrapi-plugin-checkbox-list-c352511bd2b417d54d20cf1a866e52544d7a6bd3.tar.xz
strapi-plugin-checkbox-list-c352511bd2b417d54d20cf1a866e52544d7a6bd3.zip
Update actions/setup-node action to v6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 37fa78e..969d848 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: 22
cache: "npm"
@@ -64,7 +64,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: 22
cache: "npm"