[PR #856] [MERGED] build(deps): bump actions/cache from 3.0.4 to 3.0.5 #977

Closed
opened 2026-03-03 12:32:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/856
Author: @dependabot[bot]
Created: 7/13/2022
Status: Merged
Merged: 7/13/2022
Merged by: @fsouza

Base: mainHead: dependabot/github_actions/actions/cache-3.0.5


📝 Commits (1)

  • 5b4b26d build(deps): bump actions/cache from 3.0.4 to 3.0.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)

📄 Description

Bumps actions/cache from 3.0.4 to 3.0.5.

Release notes

Sourced from actions/cache's releases.

v3.0.5

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

Changelog

Sourced from actions/cache's changelog.

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)
Commits
  • 0865c47 new release (#855)
  • 354a2ae Consuming 3.0 actions/cache (#834)
  • baed351 Merge pull request #530 from axelson/document-where-to-cache
  • 8829e97 Update README.md
  • eec8cd3 Merge pull request #836 from actions/vsvipul/fix-auto-assign
  • 5cc84c0 Add kotewar and remove phantsure from auto-assignees lists
  • afc669e Merge pull request #819 from mpilgrem/haskell-stack-example
  • a0efc56 Use pull_request_target instead of pull_request
  • d25c51b Adapt existing Haskell Stack example for Windows
  • a080a3b Merge pull request #816 from lobis/main
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/856 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/13/2022 **Status:** ✅ Merged **Merged:** 7/13/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/cache-3.0.5` --- ### 📝 Commits (1) - [`5b4b26d`](https://github.com/fsouza/fake-gcs-server/commit/5b4b26d878112d038e5be74e47770b35a0164249) build(deps): bump actions/cache from 3.0.4 to 3.0.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) </details> ### 📄 Description Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.0.5</h2> <p>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h3>3.0.4</h3> <ul> <li>Fixed tar creation error while trying to create tar with path as <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a href="https://github-redirect.dependabot.com/actions/cache/issues/689">issue</a>)</li> </ul> <h3>3.0.5</h3> <ul> <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (<a href="https://github-redirect.dependabot.com/actions/cache/pull/834">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/cache/commit/0865c47f36e68161719c5b124609996bb5c40129"><code>0865c47</code></a> new release (<a href="https://github-redirect.dependabot.com/actions/cache/issues/855">#855</a>)</li> <li><a href="https://github.com/actions/cache/commit/354a2ae15e3e38c9c450c9bacb8f2fe7c684cacb"><code>354a2ae</code></a> Consuming 3.0 actions/cache (<a href="https://github-redirect.dependabot.com/actions/cache/issues/834">#834</a>)</li> <li><a href="https://github.com/actions/cache/commit/baed3516c3cc37166689253270efb7d0da2a962b"><code>baed351</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/530">#530</a> from axelson/document-where-to-cache</li> <li><a href="https://github.com/actions/cache/commit/8829e97be1115f1ebd06bfe5d45b80a4cbf8edf4"><code>8829e97</code></a> Update README.md</li> <li><a href="https://github.com/actions/cache/commit/eec8cd3f5f6c5051d6f6977ae774b9ede9fd39ef"><code>eec8cd3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/836">#836</a> from actions/vsvipul/fix-auto-assign</li> <li><a href="https://github.com/actions/cache/commit/5cc84c012398469b34beb3321a27a56652b45c64"><code>5cc84c0</code></a> Add kotewar and remove phantsure from auto-assignees lists</li> <li><a href="https://github.com/actions/cache/commit/afc669e7fce1370457d4c97e4ce71cd7b277760f"><code>afc669e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/819">#819</a> from mpilgrem/haskell-stack-example</li> <li><a href="https://github.com/actions/cache/commit/a0efc56c52d97277af82db9d7773d0effa61807d"><code>a0efc56</code></a> Use pull_request_target instead of pull_request</li> <li><a href="https://github.com/actions/cache/commit/d25c51bbfd594e35fe9630893979b06e853530a0"><code>d25c51b</code></a> Adapt existing Haskell Stack example for Windows</li> <li><a href="https://github.com/actions/cache/commit/a080a3bda4e26d33e155438ca08ba011f10ca30f"><code>a080a3b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/816">#816</a> from lobis/main</li> <li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v3.0.4...v3.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.0.4&new-version=3.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:32:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#977
No description provided.