Skip to content

Commit 66cfbd6

Browse files
committed
Bump checkout action version
We were getting a number of warnings about certain bits being deprecated. Bump versions to remedy that. Signed-off-by: Wouter Verhelst <w@uter.be>
1 parent effe79a commit 66cfbd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: install dependencies
88
run: sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive
99
- name: Check out repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
- run: ./autogen.sh
1212
- run: ./configure --enable-syslog
1313
- run: make distcheck

0 commit comments

Comments
 (0)