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 /.github | |
| parent | c5c7f52c4384420cf7ac1273c0baea8d986d1686 (diff) | |
| download | strapi-plugin-checkbox-list-7a6a1287492aeae5392799eab4f1dd01030591ae.tar.xz strapi-plugin-checkbox-list-7a6a1287492aeae5392799eab4f1dd01030591ae.zip | |
Update actions/setup-node action to v7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
