From e940e38d554c768e7f3a036f4c68e7cfa17d1df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:44:50 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 458020b..156630d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1323b4..3b117eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: ⚙️ Checkout the project - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -86,7 +86,7 @@ jobs: egress-policy: audit - name: ⚙️ Checkout the project - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -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