Skip to content

Commit 000ae45

Browse files
authored
Merge pull request #49 from redis/dependabot/github_actions/actions/checkout-5
ci(deps): bump actions/checkout from 4 to 5
2 parents 6a7400e + e940e38 commit 000ae45

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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@v4
28+
uses: actions/checkout@v5
2929

3030
- name: ⚙️ Install uv
3131
uses: astral-sh/setup-uv@v6
@@ -54,7 +54,7 @@ jobs:
5454
egress-policy: audit
5555

5656
- name: ⚙️ Checkout the project
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
- name: ⚙️ Install uv
6060
uses: astral-sh/setup-uv@v6
@@ -107,7 +107,7 @@ jobs:
107107
egress-policy: audit
108108

109109
- name: ⚙️ Checkout the project
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v5
111111

112112
- name: ⚙️ Install uv
113113
uses: astral-sh/setup-uv@v6
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: ⚙️ Checkout the project
155-
uses: actions/checkout@v4
155+
uses: actions/checkout@v5
156156

157157
- name: ⚙️ Install uv
158158
uses: astral-sh/setup-uv@v6
@@ -200,7 +200,7 @@ jobs:
200200
egress-policy: audit
201201

202202
- name: ⚙️ Checkout the project
203-
uses: actions/checkout@v4
203+
uses: actions/checkout@v5
204204
with:
205205
fetch-depth: 0 # Full history for UV build
206206

@@ -246,7 +246,7 @@ jobs:
246246
egress-policy: audit
247247

248248
- name: ⚙️ Checkout the project
249-
uses: actions/checkout@v4
249+
uses: actions/checkout@v5
250250

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

.github/workflows/release.yml

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

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

@@ -61,7 +61,7 @@ jobs:
6161
egress-policy: audit
6262

6363
- name: ⚙️ Checkout the project
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
fetch-depth: 0
6767

@@ -105,7 +105,7 @@ jobs:
105105
egress-policy: audit
106106

107107
- name: ⚙️ Checkout the project
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
with:
110110
fetch-depth: 0
111111

@@ -150,7 +150,7 @@ jobs:
150150
egress-policy: audit
151151

152152
- name: ⚙️ Checkout the project
153-
uses: actions/checkout@v4
153+
uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 0 # Full history for UV build
156156

0 commit comments

Comments
 (0)