-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Upgraded @actions/cache to 2.0.5 #808
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### 3.0.2 | ||
- Added support for dynamic cache size cap on GHES. | ||
|
||
### 3.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we doing 2 releases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're doing only one release i.e. 3.0.3. We had missed updating release notes for the previous release, hence added that information here just to track the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nice. you might also want to add these to README.md. I'll suggest removing v2 from there now as they are quite old.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the changes in my local repository. Things are working as expected. Merging the PR. |
9°#=1~~2
El dom, 26 de may. de 2024 00:11, ABIR HASAN ***@***.***>
escribió:
… ***@***.**** commented on this pull request.
8b54d92
<8b54d92>
—
Reply to this email directly, view it on GitHub
<#808 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGG5ZMT2TWFGTUYCRWCE4KDZEFVJBAVCNFSM5XJNJFJ2U5DIOJSWCZC7NNSXTPCQOVWGYUTFOF2WK43UKJSXM2LFO45TEMBXHE2DANJXGU2Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
As part of fix needed for #624 , actions/toolkit was modified recently to warn the user telling no cache is being saved when there are no paths matching the given input paths.
This PR is to update the @actions/cache dependency with recently published v2.0.5 version of the same.