Commit graph

7 commits

Author SHA1 Message Date
Fabian Mastenbroek
e31be78264
Fix changelog output
This change repairs the changelog output generated for the release.
Multiline text requires custom handling with the new GITHUB_OUTPUT
property.
2022-12-14 01:00:18 +00:00
Timo Reichl
177f1a406c
Fix set-output deprecation (#348)
This change removes the use of the deprecated `set-output` command in 
the Github Actions workflows.

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
2022-12-14 01:10:34 +01:00
Fabian Mastenbroek
cfab002223
Update GitHub Actions workflows
This change updates the GitHub Actions workflows of the repository to
use the latest actions where possible.
2022-10-27 10:50:18 +02:00
Fabian Mastenbroek
73af00b013
Update Debian repositories before installing dependencies
This change fixes an issue with the dependency installation where it
would fail due to not being properly updated.
2022-05-23 16:46:43 +02:00
Fabian Mastenbroek
ca42b43d54
Migrate to Github PAT for triggering workflows 2021-04-19 15:17:55 +02:00
Fabian Mastenbroek
453c379eee
Fix invalid reference to Ubuntu base in workflow 2020-09-24 17:12:10 +02:00
Fabian Mastenbroek
228a71465f
Add workflow for updating kernel branch
This change adds a Github Actions workflow for updating a kernel branch
and creating a pull request with the change.
2020-09-18 12:58:25 +02:00