Skip to content

Commit

Permalink
升级 workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Nov 8, 2024
1 parent 58d56a2 commit 07ad6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 07ad6da

Please sign in to comment.