File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2525 version : build
2626
2727 - name : Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v5
2929
3030 - name : Bootstrap
3131 run : ./bootstrap
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ permissions:
1010 pages : write
1111 id-token : write
1212
13- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
13+ # Allow only one concurrent deployment, skipping runs queued between the run in-progress
14+ # and latest queued. However, do NOT cancel in-progress runs as we want to allow these
15+ # production deployments to complete.
1516concurrency :
1617 group : " pages"
1718 cancel-in-progress : false
2930 version : doxygen-cache
3031
3132 - name : Checkout
32- uses : actions/checkout@v3
33+ uses : actions/checkout@v5
3334
3435 - name : Bootstraping
3536 run : ./bootstrap
@@ -43,10 +44,10 @@ jobs:
4344 working-directory : doc
4445
4546 - name : Setup Pages
46- uses : actions/configure-pages@v3
47+ uses : actions/configure-pages@v5
4748
4849 - name : Upload artifact
49- uses : actions/upload-pages-artifact@v1
50+ uses : actions/upload-pages-artifact@v4
5051 with :
5152 path : doc/html/
5253
Original file line number Diff line number Diff line change 11# libevdevxx - a C++ wrapper for libevdev
22
3+ ![ build status] ( https://github.com/dkosmari/libevdevxx/actions/workflows/build.yml/badge.svg )
4+
35
46` libevdevxx ` is a C++20 wrapper for the C library ` libevdev ` , which is a high-level C
57library for the ` evdev ` Linux driver. This library exposes all of ` libevdev ` as C++ classes
You can’t perform that action at this time.
0 commit comments