Skip to content

Commit e940e38

Browse files
ci(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddd2028 commit e940e38

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@v4
@@ -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@v4
@@ -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@v4
@@ -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@v4
@@ -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
@@ -20,7 +20,7 @@ jobs:
2020
egress-policy: audit
2121

2222
- name: ⚙️ Checkout the project
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0 # Full history for UV build
2626

@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit
4343

4444
- name: ⚙️ Checkout the project
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 0
4848

@@ -86,7 +86,7 @@ jobs:
8686
egress-policy: audit
8787

8888
- name: ⚙️ Checkout the project
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090
with:
9191
fetch-depth: 0
9292

@@ -131,7 +131,7 @@ jobs:
131131
egress-policy: audit
132132

133133
- name: ⚙️ Checkout the project
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135
with:
136136
fetch-depth: 0 # Full history for UV build
137137

0 commit comments

Comments
 (0)