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