Skip to content

Commit 9dccc88

Browse files
committed
Update workflow again
1 parent 91dbfc5 commit 9dccc88

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: self-hosted
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Pull cache
1919
uses: actions/cache@v4
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
needs: build-rswift
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Download build
3535
uses: actions/download-artifact@v4.1.7
3636
with:
@@ -61,7 +61,7 @@ jobs:
6161
needs: build-rswift
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
- name: Download build
6666
uses: actions/download-artifact@v4.1.7
6767
with:
@@ -81,7 +81,7 @@ jobs:
8181
needs: build-rswift
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585
- name: Download build
8686
uses: actions/download-artifact@v4.1.7
8787
with:
@@ -100,7 +100,7 @@ jobs:
100100
needs: build-rswift
101101
steps:
102102
- name: Checkout
103-
uses: actions/checkout@v3
103+
uses: actions/checkout@v4
104104
- name: Download build
105105
uses: actions/download-artifact@v4.1.7
106106
with:
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: self-hosted
120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123
- name: Pull cache
124124
uses: actions/cache@v4
125125
with:

Examples/ResourceApp/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: e2c390a1550dbee3d41134bbc3a65772c599b62c
1515

16-
COCOAPODS: 1.15.2
16+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)