Skip to content

Commit 1cdf194

Browse files
committed
升级 actions/checkout 和 actions/cache
1 parent 61a80a4 commit 1cdf194

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Deploy to Cloudflare Pages
2323
uses: cloudflare/wrangler-action@v3

.github/workflows/testflight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Select Xcode Version
2424
uses: maxim-lobanov/setup-xcode@v1
@@ -31,7 +31,7 @@ jobs:
3131
ruby-version: 2.7.2
3232
bundler-cache: true
3333

34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
id: pods-cache
3636
with:
3737
path: Pods

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Select Xcode Version
2020
uses: maxim-lobanov/setup-xcode@v1
@@ -27,7 +27,7 @@ jobs:
2727
ruby-version: 2.7.2
2828
bundler-cache: true
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
id: pods-cache
3232
with:
3333
path: Pods

0 commit comments

Comments
 (0)