Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⚙️ Install uv
uses: astral-sh/setup-uv@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⚙️ Install uv
uses: astral-sh/setup-uv@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⚙️ Install uv
uses: astral-sh/setup-uv@v4
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

steps:
- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⚙️ Install uv
uses: astral-sh/setup-uv@v4
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
egress-policy: audit

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

Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⚙️ Build Docker image
run: docker build -t redis-mcp-server:test .
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
egress-policy: audit

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

Expand All @@ -42,7 +42,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
egress-policy: audit

- name: ⚙️ Checkout the project
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
egress-policy: audit

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

Expand Down
Loading