From 46d4454c2052bb0bcd5e23b334a4ed3705d05b4f Mon Sep 17 00:00:00 2001 From: marsevilspirit Date: Tue, 11 Mar 2025 17:51:01 +0800 Subject: [PATCH] update github actions/cache v3.2.6 to v4.0.0 --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 691acbcd7..ddd331fb2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4.0.0 - name: Cache dependencies - uses: actions/cache@v3.2.6 + uses: actions/cache@v4.0.0 with: # Cache path: ~/go/pkg/mod @@ -86,4 +86,4 @@ jobs: - name: Integration Test run: | - ./start_integrate_test.sh \ No newline at end of file + ./start_integrate_test.sh