Skip to content

Commit acb80be

Browse files
author
Daniel K. O.
committed
Updated workflows.
1 parent 9e83b9a commit acb80be

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: build
2626

2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v5
2929

3030
- name: Bootstrap
3131
run: ./bootstrap

.github/workflows/doxygen.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
1516
concurrency:
1617
group: "pages"
1718
cancel-in-progress: false
@@ -29,7 +30,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
57
library for the `evdev` Linux driver. This library exposes all of `libevdev` as C++ classes

0 commit comments

Comments
 (0)