Skip to content

Commit

Permalink
Bump bundle cache version
Browse files Browse the repository at this point in the history
This'll ensure a clean action run; I noticed in the previous commit the job outputted "Cache restored successfully" which may have given us a false positive success.
  • Loading branch information
darronschall committed May 22, 2024
1 parent 5e602d1 commit 017c75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- name: Run the default task
run: bundle exec rake

0 comments on commit 017c75e

Please sign in to comment.