From 66cfbd633b08488596d60520ed8d933b6e8b35b2 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Sun, 3 Mar 2024 19:13:02 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e08f236c..0ec03888 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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