summaryrefslogtreecommitdiff
path: root/.github/workflows/code_style.yml
AgeCommit message (Collapse)Author
2024-02-28Update GitHub checkout action to latest versionStefan Weil
This fixes lots of warnings like this one: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-09-12Add github action workflows CIEven Rouault