From 53b8e5827a2749bd66e3336757c5c84c2fd098a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:56:19 +0000 Subject: [PATCH] Bump org.nosphere.gradle.github.actions from 1.3.2 to 1.4.0 Bumps org.nosphere.gradle.github.actions from 1.3.2 to 1.4.0. --- updated-dependencies: - dependency-name: org.nosphere.gradle.github.actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd3bed0..f4dca5a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.nosphere.gradle.github.actions' version '1.3.2' + id 'org.nosphere.gradle.github.actions' version '1.4.0' id 'maven-publish' id 'groovy' }