diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-09 15:36:00 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-09 15:36:00 -0600 |
| commit | 7e4b388bea951d9f612984dd7052e99d83269128 (patch) | |
| tree | 5ce4b028a3386681014075edadab5b9a061e0d6e /.github/workflows | |
| parent | b31faca475fdabf19d983d96940963169776ca1b (diff) | |
bump cache version in CI workflow to fix corrupt Bundler cache
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30dca79..97c8da18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler: ${{ matrix.os == 'windows-latest' && matrix.ruby == '3.0' && '2.3' || 'default' }} bundler-cache: ${{ github.event_name != 'schedule' }} + cache-version: 1 - name: Install dependencies (scheduled build only) if: github.event_name == 'schedule' run: | |
