chore(deps): update all ci non-major dependencies #48
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.
This PR contains the following updates:
v9.13.0
->v9.15.0
v1.7.3
->v1.7.4
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
pre-commit/mirrors-eslint (pre-commit/mirrors-eslint)
v9.15.0
Compare Source
v9.14.0
Compare Source
rhysd/actionlint (rhysd/actionlint)
v1.7.4
Compare Source
node16
runner. Thenode16
runner will reach the end of life on November 12.node20
runner.node20
soon, please consider to ignore the error by thepaths
configuration described below.actions/upload-artifact@v3
andactions/download-artifact@v3
on GHES, please replace them withactions/upload-artifact@v3-node20
andactions/download-artifact@v3-node20
. (#468)actionlint.yml
(oractionlint.yaml
). Please see the document for more details. (#217, #342)paths
is a mapping from the file path glob pattern to the corresponding configuration. Theignore
configuration is a list of regular expressions to match error messages (similar to the-ignore
command line option).paths:
This pattern matches any YAML file under the '.github/workflows/' directory.
Ignore the specific error from shellcheck
This pattern only matches '.github/workflows/release.yaml' file.
Ignore errors from the old runner check. This may be useful for (outdated) self-hosted runner environment.
github.head_ref
, but it is safe because it's passed to thecontains()
argument.gcr.io
andgcr.dev
as the correct container registry hosts. (#463, thanks @takaidohigasi)docker://gcr.io/...
.macos-x.0
runner labels which are no longer available. (#452)SC2043
rule because it can cause false positives on checkingrun:
. (#355)needs
dependencies.format()
function was not applied when the function name contains upper case likeFormat()
. Note that function names in${{ }}
placeholders are case-insensitive.ref
andcommit
outputs ofactions/checkout
.actions/cache/save
andactions/cache/restore
to the popular actions data set.main
branch.Linter.LintStdin
method dedicated to linting STDIN instead of handling STDIN inCommand
.check-checks
script to maintain the 'Checks' document. It automatically updates the outputs and playground links for example inputs in the document. It also checks the document is up-to-date on CI. Please read the document for more details.Documentation
[Changes][v1.7.4]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.