From 490d5bcb055681e8067e0ae0329b669be71138f5 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Tue, 9 Aug 2022 17:32:17 +0100 Subject: [PATCH] Set cache version --- .github/workflows/nightly.yml | 1 + .github/workflows/pr_test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 42816e7..10d2cb6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -40,6 +40,7 @@ jobs: with: ruby-version: "2.7" bundler-cache: true + cache-version: 1 - name: Print bundle environment if: ${{ github.repository_owner == 'puppetlabs' }} diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index fd310e6..f700a2b 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -38,6 +38,7 @@ jobs: with: ruby-version: "2.7" bundler-cache: true + cache-version: 1 - name: Print bundle environment if: ${{ github.repository_owner == 'puppetlabs' }} -- 2.45.2