Skip to content

Commit

Permalink
Update workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 5, 2024
1 parent 91dbfc5 commit 9dccc88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -81,7 +81,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -100,7 +100,7 @@ jobs:
needs: build-rswift
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
with:
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Examples/ResourceApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: e2c390a1550dbee3d41134bbc3a65772c599b62c

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2

0 comments on commit 9dccc88

Please sign in to comment.