diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-06 01:31:55 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-06 01:31:55 +0300 |
| commit | 1af4c9473b412eb6e995e9ed2674b345c1a79ead (patch) | |
| tree | bb138470700caac2d334e5ea1738dc5b69f9af37 /.gitea/workflows/publish.yml | |
| parent | 08dac92ead9014827f92456e3cce566ad654678a (diff) | |
| download | strapi-plugin-checkbox-list-1af4c9473b412eb6e995e9ed2674b345c1a79ead.tar.xz strapi-plugin-checkbox-list-1af4c9473b412eb6e995e9ed2674b345c1a79ead.zip | |
Update actions/setup-node action to v6
Diffstat (limited to '.gitea/workflows/publish.yml')
| -rw-r--r-- | .gitea/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index d689f37..cb9e123 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -13,7 +13,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" @@ -52,7 +52,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 registry-url: https://registry.npmjs.org/ |
