ci: bump the github-actions group across 1 directory with 2 updates - #49
Open
dependabot[bot] wants to merge 1 commit into
Open
ci: bump the github-actions group across 1 directory with 2 updates#49dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [julia-actions/cache](https://github.com/julia-actions/cache). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7...3d3c42e) Updates `julia-actions/cache` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@b7788ab...a7bed9d) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: julia-actions/cache dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or 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
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 the github-actions group with 2 updates in the / directory: actions/checkout and julia-actions/cache.
Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
Updates
julia-actions/cachefrom 3.2.0 to 3.3.0Release notes
Sourced from julia-actions/cache's releases.
Commits
a7bed9dUpdate some NPM dependencies (#257)56d8125Migrate from JavaScript to TypeScript (#248)fcb41b5Bump brace-expansion from 1.1.13 to 1.1.18 (#256)592ca37.gitattributes: Hide generated JS code from diffs and language stats (#253)eb70237Bump actions/checkout from 7.0.0 to 7.0.1 (#249)d3af421Bump actions/setup-node from 6.4.0 to 7.0.0 (#250)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Update GitHub Actions dependencies to improve CI reliability and security. Previously
actions/checkoutv7.0.0 andjulia-actions/cachev3.2.0 were used; nowactions/checkoutv7.0.1 andjulia-actions/cachev3.3.0 are pinned. No workflow behavior changes are expected..github/workflows/ci.yml,.github/workflows/codecov.yml, and.github/workflows/gpu-ci.ymlto update pinned SHAs only; no step or input changes.actions/checkoutv7.0.1 includes small safety and robustness fixes (unsafe PR check default handling, ASCII whitespace trimming, unset value escaping).julia-actions/cachev3.3.0 migrates to TypeScript with no functional changes.Written for commit 8dda07e. Summary will update on new commits.