[PR #1038] [MERGED] build(deps): bump actions/cache from 3.2.2 to 3.2.3 #1136

Closed
opened 2026-03-03 12:33:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1038
Author: @dependabot[bot]
Created: 1/9/2023
Status: Merged
Merged: 1/9/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 7cc1c19 build(deps): bump actions/cache from 3.2.2 to 3.2.3

📊 Changes

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

View changed files

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

📄 Description

Bumps actions/cache from 3.2.2 to 3.2.3.

Release notes

Sourced from actions/cache's releases.

v3.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.3

Changelog

Sourced from actions/cache's changelog.

3.2.2

  • Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.
Commits
  • 58c146c Release support for cross-os caching as opt-in feature (#1060)
  • 6fd2d45 Add support to opt-in enable cross-os caching on windows (#1056)
  • 1f41429 Fixed broken link (#1057)
  • 365406c Merge pull request #1051 from uhooi/feature/add_mint_example
  • d621756 Update Mint example
  • 84e5400 Merge remote-tracking branch 'origin/main' into feature/add_mint_example
  • See full diff 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/1038 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/9/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/cache-3.2.3` --- ### 📝 Commits (1) - [`7cc1c19`](https://github.com/fsouza/fake-gcs-server/commit/7cc1c19d98203bf25d70375c1fa908756c0ccc1a) build(deps): bump actions/cache from 3.2.2 to 3.2.3 ### 📊 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.2.2 to 3.2.3. <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.2.3</h2> <h2>What's Changed</h2> <ul> <li>Add Mint example by <a href="https://github.com/uhooi"><code>@​uhooi</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1051">actions/cache#1051</a></li> <li>Fixed broken link by <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1057">actions/cache#1057</a></li> <li>Add support to opt-in enable cross-os caching on windows by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1056">actions/cache#1056</a></li> <li>Release support for cross-os caching as opt-in feature by <a href="https://github.com/Phantsure"><code>@​Phantsure</code></a> in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1060">actions/cache#1060</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/uhooi"><code>@​uhooi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/cache/pull/1051">actions/cache#1051</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v3...v3.2.3">https://github.com/actions/cache/compare/v3...v3.2.3</a></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.2.2</h3> <ul> <li>Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.</li> </ul> <h3>3.2.3</h3> <ul> <li>Support cross os caching on Windows as an opt-in feature.</li> <li>Fix issue with symlink restoration on Windows for cross-os caches.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/cache/commit/58c146cc91c5b9e778e71775dfe9bf1442ad9a12"><code>58c146c</code></a> Release support for cross-os caching as opt-in feature (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1060">#1060</a>)</li> <li><a href="https://github.com/actions/cache/commit/6fd2d4538ca777f67fccddb233cf1a8ff1339012"><code>6fd2d45</code></a> Add support to opt-in enable cross-os caching on windows (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1056">#1056</a>)</li> <li><a href="https://github.com/actions/cache/commit/1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c"><code>1f41429</code></a> Fixed broken link (<a href="https://github-redirect.dependabot.com/actions/cache/issues/1057">#1057</a>)</li> <li><a href="https://github.com/actions/cache/commit/365406cb701e1cc758077b05049298a49a8b71c2"><code>365406c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/1051">#1051</a> from uhooi/feature/add_mint_example</li> <li><a href="https://github.com/actions/cache/commit/d6217569d58fbcf42f4bdf873fd06820f76724c2"><code>d621756</code></a> Update Mint example</li> <li><a href="https://github.com/actions/cache/commit/84e54000da2dc6a631a786445872e84be33086ea"><code>84e5400</code></a> Merge remote-tracking branch 'origin/main' into feature/add_mint_example</li> <li>See full diff in <a href="https://github.com/actions/cache/compare/v3.2.2...v3.2.3">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.2.2&new-version=3.2.3)](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:33:13 +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#1136
No description provided.