-
Notifications
You must be signed in to change notification settings - Fork 155
chore: bump actions/cache from 3 to 4 #4659
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
base: master
Are you sure you want to change the base?
Conversation
The following labels could not be found: |
Deploying orbit with
|
Latest commit: |
34ba55b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://7ec28311.orbit.pages.dev |
Branch Preview URL: | https://dependabot-github-actions-ac-37v3.orbit.pages.dev |
Size Change: 0 B Total Size: 464 kB ℹ️ View Unchanged
|
03dbc71
to
d3dd47f
Compare
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.
Key Issues
The aria-describedby
attribute should be linked to enabled
instead of shown
to ensure screen readers are aware of the tooltip's existence, maintaining accessibility standards.
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] <[email protected]>
d3dd47f
to
34ba55b
Compare
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.
Key Issues
Ensuring the alt
attribute is always a string is crucial for accessibility and screen reader support. Changing ref types to generic HTMLDivElement
can lead to TypeScript errors and incorrect type checking. Replacing <ul>
with <div>
removes semantic meaning, affecting accessibility as screen readers won't recognize it as a list.
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
d4323d4
Merge pull request #1560 from actions/robherley/v4.2.2da26677
bump@actions/cache
to v4.0.2, prep for v4.2.2 release7921ae2
Merge pull request #1557 from actions/robherley/ia-workflow-released3937731
Update publish-immutable-actions.yml0c907a7
Merge pull request #1554 from actions/robherley/v4.2.1710893c
bump@actions/cache
to v4.0.19fa7e61
Update force deletion docs due a recent deprecation (#1500)36f1e14
docs: Make the "always save prime numbers" example more clear (#1525)53aa38c
Correct GitHub Spelling in caching-strategies.md (#1526)1bd1e32
Merge pull request #1509 from actions/Link-/cache-4.2.0You can trigger a rebase of this PR 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)✨
Description by Callstackai
This PR updates the
actions/cache
from version 3 to version 4 in the GitHub Actions workflow configuration.Diagrams of code changes
Files Changed
This PR includes files in programming languages that we currently do not support. We have not reviewed files with the extensions
.yml
. See list of supported languages.