-
Notifications
You must be signed in to change notification settings - Fork 2
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.0.11 to 3.2.0 #115
Merged
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/cache-3.2.0
Dec 22, 2022
Merged
Bump actions/cache from 3.0.11 to 3.2.0 #115
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/cache-3.2.0
Dec 22, 2022
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
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
labels
Dec 22, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 111 111
=========================================
Hits 111 111 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dependabot merge
…On Wed, Dec 21, 2022 at 18:07 dependabot[bot] ***@***.***> wrote:
Bumps actions/cache <https://github.com/actions/cache> from 3.0.11 to
3.2.0.
Release notes
*Sourced from actions/cache's releases
<https://github.com/actions/cache/releases>.*
v3.2.0 What's Changed
- fix wrong timeout env var key in README.md by @walterddr
<https://github.com/walterddr> in actions/cache#959
<https://github-redirect.dependabot.com/actions/cache/pull/959>
- Updated release doc with correct env variable by @kotewar
<https://github.com/kotewar> in actions/cache#960
<https://github-redirect.dependabot.com/actions/cache/pull/960>
- Create pull_request_template.md by @pdotl <https://github.com/pdotl>
in actions/cache#963
<https://github-redirect.dependabot.com/actions/cache/pull/963>
- Update README with clearer info about cache-hit and its value by
@kotewar <https://github.com/kotewar> in actions/cache#961
<https://github-redirect.dependabot.com/actions/cache/pull/961>
- Change datadog/squid to Ubuntu/squid in CI check by @bishal-pdMSFT
<https://github.com/bishal-pdMSFT> in actions/cache#976
<https://github-redirect.dependabot.com/actions/cache/pull/976>
- Add more details to version section in readme by @bishal-pdMSFT
<https://github.com/bishal-pdMSFT> in actions/cache#971
<https://github-redirect.dependabot.com/actions/cache/pull/971>
- Update hashFiles documentation reference by @asaf400
<https://github.com/asaf400> in actions/cache#979
<https://github-redirect.dependabot.com/actions/cache/pull/979>
- Updated link for cache segment download info by @kotewar
<https://github.com/kotewar> in actions/cache#986
<https://github-redirect.dependabot.com/actions/cache/pull/986>
- Readme update for deleting caches by @t-dedah
<https://github.com/t-dedah> in actions/cache#981
<https://github-redirect.dependabot.com/actions/cache/pull/981>
- Add oncall logic to assign issues and PRs by @vsvipul
<https://github.com/vsvipul> in actions/cache#997
<https://github-redirect.dependabot.com/actions/cache/pull/997>
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot
<https://github.com/dependabot> in actions/cache#998
<https://github-redirect.dependabot.com/actions/cache/pull/998>
- Revert "Bump minimatch from 3.0.4 to 3.1.2" by @vsvipul
<https://github.com/vsvipul> in actions/cache#1005
<https://github-redirect.dependabot.com/actions/cache/pull/1005>
- Fix npm vulnerability by @Phantsure <https://github.com/Phantsure>
in actions/cache#1007
<https://github-redirect.dependabot.com/actions/cache/pull/1007>
- refactor: Use early return pattern to avoid nested conditions by
@jongwooo <https://github.com/jongwooo> in actions/cache#1013
<https://github-redirect.dependabot.com/actions/cache/pull/1013>
- Use cache in check-dist.yml by @jongwooo
<https://github.com/jongwooo> in actions/cache#1004
<https://github-redirect.dependabot.com/actions/cache/pull/1004>
- chore: Use built-in cache action to cache dependencies by @jongwooo
<https://github.com/jongwooo> in actions/cache#1014
<https://github-redirect.dependabot.com/actions/cache/pull/1014>
- Updated node example by @t-dedah <https://github.com/t-dedah> in
actions/cache#1008
<https://github-redirect.dependabot.com/actions/cache/pull/1008>
- Fix: Node npm doc example by @apascualm
<https://github.com/apascualm> in actions/cache#1026
<https://github-redirect.dependabot.com/actions/cache/pull/1026>
- docs: fix an invalid link in workarounds.md by @teatimeguest
<https://github.com/teatimeguest> in actions/cache#929
<https://github-redirect.dependabot.com/actions/cache/pull/929>
- General Availability release for granular cache by @kotewar
<https://github.com/kotewar> in actions/cache#1035
<https://github-redirect.dependabot.com/actions/cache/pull/1035> More
details here on beta
<actions/cache#1020> release.
New Contributors
- @walterddr <https://github.com/walterddr> made their first
contribution in actions/cache#959
<https://github-redirect.dependabot.com/actions/cache/pull/959>
- @asaf400 <https://github.com/asaf400> made their first contribution
in actions/cache#979
<https://github-redirect.dependabot.com/actions/cache/pull/979>
- @jongwooo <https://github.com/jongwooo> made their first
contribution in actions/cache#1013
<https://github-redirect.dependabot.com/actions/cache/pull/1013>
- @apascualm <https://github.com/apascualm> made their first
contribution in actions/cache#1026
<https://github-redirect.dependabot.com/actions/cache/pull/1026>
- @teatimeguest <https://github.com/teatimeguest> made their first
contribution in actions/cache#929
<https://github-redirect.dependabot.com/actions/cache/pull/929>
*Full Changelog*: ***@***.***
<actions/cache@v3...v3.2.0>
v3.2.0-beta.1 What's Changed
- Actions Cache Granular Control Implementation by @kotewar
<https://github.com/kotewar> in actions/cache#1006
<https://github-redirect.dependabot.com/actions/cache/pull/1006>
v3.1.0-beta.3 What's Changed
- Bug fixes for bsdtar fallback, if gnutar not available, and gzip
fallback, if cache saved using old cache action, on windows.
*Full Changelog*: ***@***.***
<actions/cache@v3.1.0-beta.2...v3.1.0-beta.3>
v3.1.0-beta.2 What's Changed
- Updated node example by @t-dedah <https://github.com/t-dedah> in
actions/cache#1008
<https://github-redirect.dependabot.com/actions/cache/pull/1008>
- Release cache 3.1.0-beta.2 with gzip fallback for old cache by
@Phantsure <https://github.com/Phantsure> in actions/cache#1022
<https://github-redirect.dependabot.com/actions/cache/pull/1022>
*Full Changelog*: ***@***.***
<actions/cache@v3.1.0-beta.1...v3.1.0-beta.2>
... (truncated)
Changelog
*Sourced from actions/cache's changelog
<https://github.com/actions/cache/blob/main/RELEASES.md>.*
3.0.11
- Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
- Update @actions/cache to use updated saveState and setOutput
functions from @actions/core@^1.10.0
3.1.0-beta.1
- Update @actions/cache on windows to use gnu tar and zstd by default
and fallback to bsdtar and zstd if gnu tar is not available. (issue
<https://github-redirect.dependabot.com/actions/cache/issues/984>)
3.1.0-beta.2
- Added support for fallback to gzip to restore old caches on windows.
3.1.0-beta.3
- Bug fixes for bsdtar fallback if gnutar not available and gzip
fallback if cache saved using old cache action on windows.
3.2.0-beta.1
- Added two new actions - restore
<https://github.com/actions/cache/blob/main/restore/action.yml> and
save <https://github.com/actions/cache/blob/main/save/action.yml> for
granular control on cache.
3.2.0
- Released the two new actions - restore
<https://github.com/actions/cache/blob/main/restore/action.yml> and
save <https://github.com/actions/cache/blob/main/save/action.yml> for
granular control on cache
Commits
- c17f4bf
<actions/cache@c17f4bf>
GA for granular cache (#1035
<https://github-redirect.dependabot.com/actions/cache/issues/1035>)
- ac25611
<actions/cache@ac25611>
docs: fix an invalid link in workarounds.md (#929
<https://github-redirect.dependabot.com/actions/cache/issues/929>)
- dc097e3
<actions/cache@dc097e3>
Update examples.md (#1026
<https://github-redirect.dependabot.com/actions/cache/issues/1026>)
- fb86cbf
<actions/cache@fb86cbf>
Updated node example (#1008
<https://github-redirect.dependabot.com/actions/cache/issues/1008>)
- a57932f
<actions/cache@a57932f>
Merge pull request #1014
<https://github-redirect.dependabot.com/actions/cache/issues/1014>
from jongwooo/chore/use-built-in-cache-action
- 04b13ca
<actions/cache@04b13ca>
chore: Use built-in cache action to cache dependencies
- 941bc71
<actions/cache@941bc71>
Merge pull request #1004
<https://github-redirect.dependabot.com/actions/cache/issues/1004>
from jongwooo/chore/use-cache-in-check-dist
- 08d8639
<actions/cache@08d8639>
Merge branch 'main' into chore/use-cache-in-check-dist
- a2f324e
<actions/cache@a2f324e>
Merge pull request #1013
<https://github-redirect.dependabot.com/actions/cache/issues/1013>
from jongwooo/refactor/use-early-return-pattern-to-a...
- 35f4702
<actions/cache@35f4702>
refactor: Use early return pattern to avoid nested conditions
- Additional commits viewable in compare view
<actions/cache@v3.0.11...v3.2.0>
[image: 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 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:
#115
Commit Summary
- 4ec0b62
<4ec0b62>
Bump actions/cache from 3.0.11 to 3.2.0
File Changes
(2 files <https://github.com/mikelane/reddit-get/pull/115/files>)
- *M* .github/workflows/deploy.yml
<https://github.com/mikelane/reddit-get/pull/115/files#diff-28802fbf11c83a2eee09623fb192785e7ca92a3f40602a517c011b947a1822d3>
(2)
- *M* .github/workflows/integrate.yml
<https://github.com/mikelane/reddit-get/pull/115/files#diff-ed51950595c5b713cdfd2437e37b2ff83a366772307810e1cf5d2226f096d082>
(2)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/115.patch
- https://github.com/mikelane/reddit-get/pull/115.diff
—
Reply to this email directly, view it on GitHub
<#115>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYKDZGQG7QJ2LOMCMQ3WOOZWRANCNFSM6AAAAAATGHBEYM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/github_actions/actions/cache-3.2.0
branch
December 22, 2022 02:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
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.0.11 to 3.2.0.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
Commits
c17f4bf
GA for granular cache (#1035)ac25611
docs: fix an invalid link in workarounds.md (#929)dc097e3
Update examples.md (#1026)fb86cbf
Updated node example (#1008)a57932f
Merge pull request #1014 from jongwooo/chore/use-built-in-cache-action04b13ca
chore: Use built-in cache action to cache dependencies941bc71
Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist08d8639
Merge branch 'main' into chore/use-cache-in-check-dista2f324e
Merge pull request #1013 from jongwooo/refactor/use-early-return-pattern-to-a...35f4702
refactor: Use early return pattern to avoid nested conditionsDependabot 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)