Skip to content

Commit 19d17f2

Browse files
build(deps): bump @actions/cache from 2.0.5 to 2.0.6 (#494)
* build(deps): bump @actions/cache from 2.0.5 to 2.0.6 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update dist Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kamil Samigullin <[email protected]>
1 parent 0335180 commit 19d17f2

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

dist/post_run/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,8 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
11231123
...getCompressionProgram(),
11241124
'-cf',
11251125
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
1126+
'--exclude',
1127+
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
11261128
'-P',
11271129
'-C',
11281130
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),

dist/run/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,8 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
11231123
...getCompressionProgram(),
11241124
'-cf',
11251125
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
1126+
'--exclude',
1127+
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
11261128
'-P',
11271129
'-C',
11281130
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "golangci",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@actions/cache": "^2.0.5",
27+
"@actions/cache": "^2.0.6",
2828
"@actions/core": "^1.8.2",
2929
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^5.0.3",

0 commit comments

Comments
 (0)