From 617d3d1f12770985f88c08b849afd5d89559c4ba Mon Sep 17 00:00:00 2001 From: mexikoedi Date: Sat, 30 Dec 2023 22:10:07 +0100 Subject: [PATCH] updated glualint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1176eba..b97c1f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI env: - GLUALINT_VERSION: 1.26.0 + GLUALINT_VERSION: 1.27.0 # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch