Skip to content

Commit

Permalink
ci: prøv å sykla avhengnadsbufferen
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Feb 24, 2024
1 parent d8b6257 commit 3c86f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c86f45

Please sign in to comment.