ci: bump _build cache key v2 -> v3

Stale cache contains compiled oban_pro 1.6.13 artifacts that conflict
with the vendored 1.7.0 source.
This commit is contained in:
Graham McIntire 2026-05-01 13:09:57 -05:00
parent 3b3d506769
commit 28dd7a6953
3 changed files with 6 additions and 6 deletions

View file

@ -70,8 +70,8 @@ jobs:
uses: https://github.com/actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build-v2-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v2-
key: ${{ runner.os }}-build-v3-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v3-
- name: Cache npm
uses: https://github.com/actions/cache@v4

View file

@ -65,8 +65,8 @@ jobs:
uses: https://github.com/actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build-v2-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v2-
key: ${{ runner.os }}-build-v3-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v3-
- name: Install system dependencies
run: |

View file

@ -59,8 +59,8 @@ jobs:
uses: https://github.com/actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build-v2-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v2-
key: ${{ runner.os }}-build-v3-${{ hashFiles('lib/**/*.ex') }}-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-build-v3-
- name: Install system dependencies
run: |