We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29bf2d commit 4367d74Copy full SHA for 4367d74
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ concurrency:
20
cancel-in-progress: false
21
22
jobs:
23
- # Build job
24
build:
25
runs-on: ubuntu-22.04
26
steps:
@@ -31,7 +30,7 @@ jobs:
31
30
with:
32
ruby-version: '3.1' # Not needed with a .ruby-version file
33
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
34
- cache-version: 1 # Increment this number if you need to re-download cached gems
+ cache-version: 2 # Increment this number if you need to re-download cached gems
35
36
- name: Setup Pages
37
id: pages
0 commit comments