Skip to content

Commit

Permalink
show me the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Dec 18, 2024
1 parent 299cddf commit f02d302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: 3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: ${{ matrix.ruby }}
Expand Down

0 comments on commit f02d302

Please sign in to comment.