From 07ad6da23271e949118241e7d89f90ea1a60631f Mon Sep 17 00:00:00 2001 From: Fin Date: Fri, 8 Nov 2024 09:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20workflow=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testflight.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testflight.yaml b/.github/workflows/testflight.yaml index 90d4d3a..e0a8628 100644 --- a/.github/workflows/testflight.yaml +++ b/.github/workflows/testflight.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Select Xcode Version uses: maxim-lobanov/setup-xcode@v1 @@ -31,7 +31,7 @@ jobs: ruby-version: 2.7.2 bundler-cache: true - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: pods-cache with: path: Pods