Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update @actions/cache to 3.2.4 #39

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

jahands
Copy link
Contributor

@jahands jahands commented Mar 16, 2024

Saving to cache consistently takes 2 minutes:
image

This has been fixed in newer versions of the @actions/cache (tested with this branch of the Action):
image

This PR will make the Post Run action go from 2 minutes to 2 seconds when it needs to save to cache.

This fixes a bug causing the Post Run step to always take 2 minutes
when it needed to save to cache.
@jahands jahands requested a review from a team as a code owner March 16, 2024 18:25
@@ -20,7 +20,7 @@
"setup"
],
"dependencies": {
"@actions/cache": "^3.0.6",
"@actions/cache": "^3.2.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change I made. All other changes came from running the npm package command

@alexcb alexcb merged commit 0fc4fe5 into earthly:main Mar 18, 2024
13 checks passed
@alexcb
Copy link
Contributor

alexcb commented Mar 18, 2024

thanks for this fix, this has been published under https://github.com/earthly/actions-setup/releases/tag/v1.0.11

sdwilsh referenced this pull request in marinatedconcrete/config Mar 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [earthly/actions-setup](https://togithub.com/earthly/actions-setup) |
action | patch | `v1.0.10` -> `v1.0.11` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>earthly/actions-setup (earthly/actions-setup)</summary>

###
[`v1.0.11`](https://togithub.com/earthly/actions-setup/releases/tag/v1.0.11)

[Compare
Source](https://togithub.com/earthly/actions-setup/compare/v1.0.10...v1.0.11)

##### What's Changed

- chore: Update
[@&#8203;actions/cache](https://togithub.com/actions/cache) to 3.2.4 by
[@&#8203;jahands](https://togithub.com/jahands) in
[https://github.com/earthly/actions-setup/pull/39](https://togithub.com/earthly/actions-setup/pull/39)

**Full Changelog**:
earthly/actions-setup@v1.0.10...v1.0.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants