Skip to content

Commit 424e828

Browse files
authored
Merge pull request #88 from redis/dependabot/github_actions/actions/checkout-6
ci(deps): bump actions/checkout from 5 to 6
2 parents af23ff0 + 33b6c51 commit 424e828

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
egress-policy: audit
2626

2727
- name: ⚙️ Checkout the project
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: ⚙️ Install uv
3131
uses: astral-sh/setup-uv@v7
@@ -55,7 +55,7 @@ jobs:
5555
egress-policy: audit
5656

5757
- name: ⚙️ Checkout the project
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: ⚙️ Install uv
6161
uses: astral-sh/setup-uv@v7
@@ -109,7 +109,7 @@ jobs:
109109
egress-policy: audit
110110

111111
- name: ⚙️ Checkout the project
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v6
113113

114114
- name: ⚙️ Install uv
115115
uses: astral-sh/setup-uv@v7
@@ -155,7 +155,7 @@ jobs:
155155

156156
steps:
157157
- name: ⚙️ Checkout the project
158-
uses: actions/checkout@v5
158+
uses: actions/checkout@v6
159159

160160
- name: ⚙️ Install uv
161161
uses: astral-sh/setup-uv@v7
@@ -204,7 +204,7 @@ jobs:
204204
egress-policy: audit
205205

206206
- name: ⚙️ Checkout the project
207-
uses: actions/checkout@v5
207+
uses: actions/checkout@v6
208208
with:
209209
fetch-depth: 0 # Full history for UV build
210210

@@ -251,7 +251,7 @@ jobs:
251251
egress-policy: audit
252252

253253
- name: ⚙️ Checkout the project
254-
uses: actions/checkout@v5
254+
uses: actions/checkout@v6
255255

256256
- name: ⚙️ Build Docker image
257257
run: docker build -t redis-mcp-server:test .

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
egress-policy: audit
4040

4141
- name: ⚙️ Checkout the project
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0 # Full history for UV build
4545

@@ -62,7 +62,7 @@
6262
egress-policy: audit
6363

6464
- name: ⚙️ Checkout the project
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868

@@ -107,7 +107,7 @@
107107
egress-policy: audit
108108

109109
- name: ⚙️ Checkout the project
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

@@ -153,7 +153,7 @@
153153
egress-policy: audit
154154

155155
- name: ⚙️ Checkout the project
156-
uses: actions/checkout@v5
156+
uses: actions/checkout@v6
157157
with:
158158
fetch-depth: 0 # Full history for UV build
159159

@@ -258,7 +258,7 @@
258258
egress-policy: audit
259259

260260
- name: ⚙️ Checkout the project
261-
uses: actions/checkout@v5
261+
uses: actions/checkout@v6
262262

263263
- name: ⚙️ Update server.json version
264264
run: |

0 commit comments

Comments
 (0)