From 3c86f45d03d436a8e2e21a19866683767af598ab Mon Sep 17 00:00:00 2001 From: Adaline Simonian Date: Fri, 23 Feb 2024 22:04:27 -0800 Subject: [PATCH] =?UTF-8?q?ci:=20pr=C3=B8v=20=C3=A5=20sykla=20avhengnadsbu?= =?UTF-8?q?fferen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/notify.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 7686509..c6a0778 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -31,7 +31,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - cache-version: 0 # Increase this version to clear the cache + cache-version: 1 # Increase this version to clear the cache - name: Post-install script run: rake postinstall diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a8eb3b..ac0323e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - cache-version: 0 # Increase this version to clear the cache + cache-version: 1 # Increase this version to clear the cache - name: Post-install script run: rake postinstall