Skip to content

Commit

Permalink
Update github action in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 4, 2024
1 parent 719a157 commit 2bbd302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}
Expand All @@ -42,7 +42,7 @@ jobs:
mv rswift-dev/rswift .build/release/rswift
chmod +x .build/release/rswift
- name: Pull cache
uses: actions/cache@v3
uses: actions/cache@v4
id: podcache-ios
with:
path: Examples/ResourceApp/Pods
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Pull cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}
Expand Down

0 comments on commit 2bbd302

Please sign in to comment.