jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
70 stars 19 forks source link

chore(deps): actionlint v1.6.24 #228

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Update Change
rhysd/actionlint patch 1.6.23 -> 1.6.24

Release Notes

rhysd/actionlint ### [`v1.6.24`](https://togithub.com/rhysd/actionlint/blob/HEAD/CHANGELOG.md#v1624-httpsgithubcomrhysdactionlintreleasestagv1624---04-Apr-2023) [Compare Source](https://togithub.com/rhysd/actionlint/compare/v1.6.23...v1.6.24) - Add support for [configuration variables](https://docs.github.com/en/actions/learn-github-actions/variables). However actionlint doesn't know what variables are defined in the repository on GitHub. To notify them, [you need to configure your variables in your repository](https://togithub.com/rhysd/actionlint/blob/main/docs/config.md). ```yaml config-variables: - DEFAULT_RUNNER - DEFAULT_TIMEOUT ``` - Fix type error when `inputs` context is shared by multiple events. ([#​263](https://togithub.com/rhysd/actionlint/issues/263)) - Add document for [how to install actionlint with winget](https://togithub.com/rhysd/actionlint/blob/main/docs/install.md#winget). ([#​267](https://togithub.com/rhysd/actionlint/issues/267), thanks [@​sitiom](https://togithub.com/sitiom)) - Add document for [how to integrate actionlint to trunk.io](https://togithub.com/rhysd/actionlint/blob/main/docs/usage.md#trunk). ([#​269](https://togithub.com/rhysd/actionlint/issues/269), thanks [@​dapirian](https://togithub.com/dapirian)) - Add document for [how to install actionlint with Nix package manager](https://togithub.com/rhysd/actionlint/blob/main/docs/install.md#nix). ([#​273](https://togithub.com/rhysd/actionlint/issues/273), thanks [@​diohabara](https://togithub.com/diohabara)) - Update popular actions data set to the latest - Add support for Go 1.20 and build release binaries with Go 1.20 \[Changes]\[v1.6.24]