Commit Graph

7 Commits

Author SHA1 Message Date
J0WI 6151f60208
Update GitHub Actions (#2170)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-03-05 23:24:25 +00:00
thomasmerz c66b03b8c6
🩹 fix deprecation warning: Node.js 12 actions are deprecated. (#1885)
* 🩹 fix deprecation warning:

   Node.js 12 actions are deprecated.
   For more information see:
   https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
   Please update the following actions to use Node.js 16: actions/checkout@master

   Using version v3, latest or master: actions/checkout#689

Signed-off-by: Thomas Merz <git@rhoenwurz.de>

* Update .github/workflows/update-sh.yml

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com>

Signed-off-by: Thomas Merz <git@rhoenwurz.de>
Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-01-17 18:01:42 +00:00
J0WI 3c7c42e604
Allow manual run
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-07 14:19:40 +00:00
Tilo Spannagel 6479093245
The update-sh should also commit file removals
For example here 2161012fb8 the 20.0-rc dir is still there.
2020-10-03 18:32:14 +02:00
pierreozoux bda13d3ef3 Does not fail when there is nothing to commit. 2020-08-28 15:45:30 +02:00
pierreozoux 1eb77283c1 Run update.sh on PR and on cron.
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-08-28 15:18:27 +02:00
Tilo Spannagel baebdfefd9
Replace Travis CI with GitHub actions (#939)
* Test build images using github actions

Signed-off-by: Tilo Spannagel <development@tilosp.de>

* Check for Changes by update.sh using github actions

Signed-off-by: Tilo Spannagel <development@tilosp.de>

* Remove travis.yml

Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-06-30 00:12:41 +00:00