Skip to content

Commit 4367d74

Browse files
committed
recache
1 parent e29bf2d commit 4367d74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ concurrency:
2020
cancel-in-progress: false
2121

2222
jobs:
23-
# Build job
2423
build:
2524
runs-on: ubuntu-22.04
2625
steps:
@@ -31,7 +30,7 @@ jobs:
3130
with:
3231
ruby-version: '3.1' # Not needed with a .ruby-version file
3332
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
33+
cache-version: 2 # Increment this number if you need to re-download cached gems
3534

3635
- name: Setup Pages
3736
id: pages

0 commit comments

Comments
 (0)