diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-07-15 03:01:15 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-07-15 03:01:15 +0300 |
| commit | 7a6a1287492aeae5392799eab4f1dd01030591ae (patch) | |
| tree | 2e209f7c01103d8816fd455c19a9dfd8db20a68b | |
| parent | c5c7f52c4384420cf7ac1273c0baea8d986d1686 (diff) | |
| download | strapi-plugin-checkbox-list-7a6a1287492aeae5392799eab4f1dd01030591ae.tar.xz strapi-plugin-checkbox-list-7a6a1287492aeae5392799eab4f1dd01030591ae.zip | |
Update actions/setup-node action to v7
| -rw-r--r-- | .gitea/workflows/test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 95ba11c..e59326b 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: "npm" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a021199..3bcf4d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: "npm" @@ -64,7 +64,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: "npm" |
