-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump actions/cache from 3 to 4 #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 22, 2024
@dependabot merge
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, January 22, 2024 8:09:44 PM
To: jamesmstone/parkrun ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [jamesmstone/parkrun] Bump actions/cache from 3 to 4 (PR #4)
Bumps actions/cache<https://github.com/actions/cache> from 3 to 4.
Release notes
Sourced from actions/cache's releases<https://github.com/actions/cache/releases>.
v4.0.0
What's Changed
* Update action to node20 by @takost<https://github.com/takost> in actions/cache#1284<https://redirect.github.com/actions/cache/pull/1284>
* feat: save-always flag by @to-s<https://github.com/to-s> in actions/cache#1242<https://redirect.github.com/actions/cache/pull/1242>
New Contributors
* @takost<https://github.com/takost> made their first contribution in actions/cache#1284<https://redirect.github.com/actions/cache/pull/1284>
* @to-s<https://github.com/to-s> made their first contribution in actions/cache#1242<https://redirect.github.com/actions/cache/pull/1242>
Full Changelog: ***@***.***<actions/cache@v3...v4.0.0>
v3.3.3
What's Changed
* Cache v3.3.3 by @robherley<https://github.com/robherley> in actions/cache#1302<https://redirect.github.com/actions/cache/pull/1302>
New Contributors
* @robherley<https://github.com/robherley> made their first contribution in actions/cache#1302<https://redirect.github.com/actions/cache/pull/1302>
Full Changelog: ***@***.***<actions/cache@v3...v3.3.3>
v3.3.2
What's Changed
* Fixed readme with new segment timeout values by @kotewar<https://github.com/kotewar> in actions/cache#1133<https://redirect.github.com/actions/cache/pull/1133>
* Readme fixes by @kotewar<https://github.com/kotewar> in actions/cache#1134<https://redirect.github.com/actions/cache/pull/1134>
* Updated description of the lookup-only input for main action by @kotewar<https://github.com/kotewar> in actions/cache#1130<https://redirect.github.com/actions/cache/pull/1130>
* Change two new actions mention as quoted text by @bishal-pdMSFT<https://github.com/bishal-pdMSFT> in actions/cache#1131<https://redirect.github.com/actions/cache/pull/1131>
* Update Cross-OS Caching tips by @pdotl<https://github.com/pdotl> in actions/cache#1122<https://redirect.github.com/actions/cache/pull/1122>
* Bazel example (Take #2<https://redirect.github.com/actions/cache/issues/2>️⃣) by @vorburger<https://github.com/vorburger> in actions/cache#1132<https://redirect.github.com/actions/cache/pull/1132>
* Remove actions to add new PRs and issues to a project board by @jorendorff<https://github.com/jorendorff> in actions/cache#1187<https://redirect.github.com/actions/cache/pull/1187>
* Consume latest toolkit and fix dangling promise bug by @chkimes<https://github.com/chkimes> in actions/cache#1217<https://redirect.github.com/actions/cache/pull/1217>
* Bump action version to 3.3.2 by @bethanyj28<https://github.com/bethanyj28> in actions/cache#1236<https://redirect.github.com/actions/cache/pull/1236>
New Contributors
* @vorburger<https://github.com/vorburger> made their first contribution in actions/cache#1132<https://redirect.github.com/actions/cache/pull/1132>
* @jorendorff<https://github.com/jorendorff> made their first contribution in actions/cache#1187<https://redirect.github.com/actions/cache/pull/1187>
* @chkimes<https://github.com/chkimes> made their first contribution in actions/cache#1217<https://redirect.github.com/actions/cache/pull/1217>
* @bethanyj28<https://github.com/bethanyj28> made their first contribution in actions/cache#1236<https://redirect.github.com/actions/cache/pull/1236>
Full Changelog: ***@***.***<actions/cache@v3...v3.3.2>
v3.3.1
What's Changed
* Reduced download segment size to 128 MB and timeout to 10 minutes by @kotewar<https://github.com/kotewar> in actions/cache#1129<https://redirect.github.com/actions/cache/pull/1129>
Full Changelog: ***@***.***<actions/cache@v3...v3.3.1>
v3.3.0
What's Changed
* Bug: Permission is missing in cache delete example by @kotokaze<https://github.com/kotokaze> in actions/cache#1123<https://redirect.github.com/actions/cache/pull/1123>
... (truncated)
Changelog
Sourced from actions/cache's changelog<https://github.com/actions/cache/blob/main/RELEASES.md>.
Releases
3.0.0
* Updated minimum runner version support from node 12 -> node 16
3.0.1
* Added support for caching from GHES 3.5.
* Fixed download issue for files > 2GB during restore.
3.0.2
* Added support for dynamic cache size cap on GHES.
3.0.3
* Fixed avoiding empty cache save when no files are available for caching. (issue<https://redirect.github.com/actions/cache/issues/624>)
3.0.4
* Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue<https://redirect.github.com/actions/cache/issues/689>)
3.0.5
* Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR<https://redirect.github.com/actions/cache/pull/834>)
3.0.6
* Fixed #809<https://redirect.github.com/actions/cache/issues/809> - zstd -d: no such file or directory error
* Fixed #833<https://redirect.github.com/actions/cache/issues/833> - cache doesn't work with github workspace directory
3.0.7
* Fixed #810<https://redirect.github.com/actions/cache/issues/810> - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
3.0.8
* Fix zstd not working for windows on gnu tar in issues #888<https://redirect.github.com/actions/cache/issues/888> and #891<https://redirect.github.com/actions/cache/issues/891>.
* Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.
3.0.9
* Enhanced the warning message for cache unavailablity in case of GHES.
3.0.10
* Fix a bug with sorting inputs.
* Update definition for restore-keys in README.md
... (truncated)
Commits
* 13aacd8<actions/cache@13aacd8> Merge pull request #1242<https://redirect.github.com/actions/cache/issues/1242> from to-s/main
* 53b35c5<actions/cache@53b35c5> Merge branch 'main' into main
* 65b8989<actions/cache@65b8989> Merge pull request #1284<https://redirect.github.com/actions/cache/issues/1284> from takost/update-to-node-20
* d0be34d<actions/cache@d0be34d> Fix dist
* 66cf064<actions/cache@66cf064> Merge branch 'main' into update-to-node-20
* 1326563<actions/cache@1326563> Merge branch 'main' into main
* e718767<actions/cache@e718767> Fix format
* 0122982<actions/cache@0122982> Apply workaround for earlyExit
* 3185ecf<actions/cache@3185ecf> Update "only-" actions to node20
* 25618a0<actions/cache@25618a0> Bump version
* Additional commits viewable in compare view<actions/cache@v3...v4>
[Dependabot compatibility score]<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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
* @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)
________________________________
You can view, comment on, or merge this pull request online at:
#4
Commit Summary
* 9330dd6<9330dd6> Bump actions/cache from 3 to 4
File Changes
(1 file<https://github.com/jamesmstone/parkrun/pull/4/files>)
* M .github/workflows/scrape.yml<https://github.com/jamesmstone/parkrun/pull/4/files#diff-5f72821278fe20f161d8ff66811c979351ef53d21ea57391f3087ef336726bc1> (2)
Patch Links:
* https://github.com/jamesmstone/parkrun/pull/4.patch
* https://github.com/jamesmstone/parkrun/pull/4.diff
—
Reply to this email directly, view it on GitHub<#4>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABAC7JMDGCWMW6AU2Y4H6KLYP22PRAVCNFSM6AAAAABCFXENWKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TINJWGY2TQMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@dependabot recreate |
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/github_actions/actions/cache-4
branch
from
April 11, 2024 13:31
9330dd6
to
ea834f6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/cache from 3 to 4.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
13aacd8
Merge pull request #1242 from to-s/main53b35c5
Merge branch 'main' into main65b8989
Merge pull request #1284 from takost/update-to-node-20d0be34d
Fix dist66cf064
Merge branch 'main' into update-to-node-201326563
Merge branch 'main' into maine718767
Fix format0122982
Apply workaround for earlyExit3185ecf
Update "only-" actions to node2025618a0
Bump versionYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @jamesmstone.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)