Compare commits
3 Commits
c352511bd2
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
37a1495ca7
|
|||
| 5cb05bd37e | |||
| b13bf7fd8c |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -69,11 +69,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list.git"
|
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list/issues"
|
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list",
|
"homepage": "https://github.com/valentineus/strapi-plugin-checkbox-list#readme",
|
||||||
"author": "Valentin Popov <valentin@popov.link>"
|
"author": "Valentin Popov <valentin@popov.link>"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user