Skip to content

Commit 8a45918

Browse files
MSP-Gregeregon
authored andcommitted
Update 'setup-ruby-bundler-cache-v5' to 'setup-ruby-bundler-cache-v6'
Needed to allow cache save when lock file hash is unchanged
1 parent 92a3389 commit 8a45918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ async function computeBaseKey(platform, engine, version, lockFile, cacheVersion)
236236
const cwd = process.cwd()
237237
const bundleWith = process.env['BUNDLE_WITH'] || ''
238238
const bundleWithout = process.env['BUNDLE_WITHOUT'] || ''
239-
let key = `setup-ruby-bundler-cache-v5-${common.getOSNameVersionArch()}-${engine}-${version}-wd-${cwd}-with-${bundleWith}-without-${bundleWithout}`
239+
let key = `setup-ruby-bundler-cache-v6-${common.getOSNameVersionArch()}-${engine}-${version}-wd-${cwd}-with-${bundleWith}-without-${bundleWithout}`
240240

241241
if (cacheVersion !== DEFAULT_CACHE_VERSION) {
242242
key += `-v-${cacheVersion}`

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)