gcs-cache-action
gcs-cache-action copied to clipboard
A GitHub Action to cache your workload to a Google Cloud Storage bucket.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`4.33.0` -> `5.59.8`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/4.33.0/5.59.8) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.32.0` -> `8.41.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.41.0) |...
## Bug Report ## Current behavior ``` /usr/bin/tar -x --use-compress-program zstd -d -P -f /tmp/tmp-195888-ch6Z2OTlm0qa -C /home/github/actions-runner/_work/foo/foo /*stdin*\ : Decoding error (36) : Frame requires too much memory for decoding...
Github runners on Ubuntu 20.04 are prepackaged with zstd v1.5.5 at the time of this writing. The command output of `zstd --version` has changed and it doesn't quite match the...
## Bug Report ## Current behavior In the [README](https://github.com/MansaGroup/gcs-cache-action/blob/main/README.md?plain=1#L31) example show a v2 version this action, but there is no v2 release ## Expected behavior Should be v2 version or...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-unused-imports](https://togithub.com/sweepline/eslint-plugin-unused-imports) | [`1.1.5` -> `2.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unused-imports/1.1.5/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`25.7.0` -> `27.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/25.7.0/27.2.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.8.4` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.8.4/4.9.5) |...
Here is how we have it setup: ```yaml - uses: actions/setup-node@v2 with: node-version: '16' - name: Cache node_modules id: node-modules-cache uses: mansagroup/[email protected] with: bucket: github-action-runner-cache path: node_modules key: node_modules-${{ hashFiles('**/yarn.lock')...
## Feature Request ## Is your feature request related to a problem? Please describe. Current logs do not describe how long individual steps are taking. ## Describe the solution you'd...