From: Craig Gumbley Date: Tue, 9 Aug 2022 16:32:17 +0000 (+0100) Subject: Set cache version X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmaint-bundler-cache;p=puppet-modules%2Fpuppetlabs-apt.git Set cache version --- 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' }}