Skip to content

Commit

Permalink
Bump checkout action version
Browse files Browse the repository at this point in the history
We were getting a number of warnings about certain bits being
deprecated. Bump versions to remedy that.

Signed-off-by: Wouter Verhelst <[email protected]>
  • Loading branch information
yoe committed Mar 3, 2024
1 parent effe79a commit 66cfbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: install dependencies
run: sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: ./autogen.sh
- run: ./configure --enable-syslog
- run: make distcheck

0 comments on commit 66cfbd6

Please sign in to comment.