From 07441f54244991af55df158b61fd69ca95b39662 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 9 May 2023 22:30:31 +0200 Subject: Fix github action warnings build Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Signed-off-by: Ludovic Rousseau --- libusb/version_nano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libusb/version_nano.h') diff --git a/libusb/version_nano.h b/libusb/version_nano.h index fec9410..9399c27 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11796 +#define LIBUSB_NANO 11797 -- cgit v1.2.1