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 07ad6da commit ad442cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 @@ -27,7 +27,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 ad442cd

Please sign in to comment.