Skip to content

Commit 612bafc

Browse files
Merge branch 'main' into dev/strapi5
2 parents ac4a623 + e3ae2d4 commit 612bafc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
# fetch all commits to get last updated time or other git log info
2020
fetch-depth: 0
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v4
2424
with:
2525
# choose node.js version to use
26-
node-version: "14"
26+
node-version: "18"
2727

2828
# cache node_modules
2929
- name: Cache dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
id: yarn-cache
3232
with:
3333
path: |

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ title: Installation
5959
```js [redis]
6060
module.exports = {
6161
// Step 1: Configure the redis connection
62-
// @see https://github.com/strapi-community/strapi-plugin-redis
62+
// @see https://github.com/strapi-community/plugin-redis
6363
redis: {
6464
// ...
6565
},

docs/guide/provider/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add \
1818
```js
1919
module.exports = {
2020
// Step 1: Configure the redis connection
21-
// @see https://github.com/strapi-community/strapi-plugin-redis
21+
// @see https://github.com/strapi-community/plugin-redis
2222
redis: {
2323
// ...
2424
},

0 commit comments

Comments
 (0)