aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 03:04:35 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 03:04:35 +0300
commit5cb05bd37ea006e6ce5212381bc54053670d836a (patch)
tree9e2e6692b46cf9119b436f708bbe321fb71df405 /.github/workflows/publish.yml
parentc352511bd2b417d54d20cf1a866e52544d7a6bd3 (diff)
parentb13bf7fd8c74f1a766d7bf459faa38ae68f759bb (diff)
downloadstrapi-plugin-checkbox-list-5cb05bd37ea006e6ce5212381bc54053670d836a.tar.xz
strapi-plugin-checkbox-list-5cb05bd37ea006e6ce5212381bc54053670d836a.zip
Merge pull request 'Update actions/checkout action to v6' (!11) from renovate/actions-checkout-6.x into master
Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/11
Diffstat (limited to '.github/workflows/publish.yml')
-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 969d848..69af75e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
@@ -62,7 +62,7 @@ jobs:
needs: test
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with: