From 9c3a1ae8e25fcf73116b09cb3650509c1a917bcf Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 1 Jan 2025 01:19:04 +0000 Subject: [PATCH] Sync CI with official repository --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88a8b8a..19efca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Cache connector code id: connector-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .ci/pull-request-check/connectors key: connectors-${{ hashFiles('.ci/pull-request-check/check-pull-request.sh') }}-${{ steps.get-connector-hash.outputs.hash }}