Skip to content

Commit

Permalink
Try cache v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson12 committed Oct 28, 2022
1 parent 9915264 commit 7d0a888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: .bundle
key: gems-${{ hashFiles('Gemfile.lock') }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: .bundle
key: gems-${{ hashFiles('Gemfile.lock') }}
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: .bundle
key: gems-${{ hashFiles('Gemfile.lock') }}
Expand Down

0 comments on commit 7d0a888

Please sign in to comment.