diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9bf5371447..7ce00005e62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 with: bundler-cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: app-plain-cache with: path: Tests/Perf/test-app-plain.ipa diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32dd12032b6..418caed130e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache for Test Server id: cache_test_server - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./test-server/.build key: test-server-${{ hashFiles('./test-server') }}-universal