From 94ec1d7b1cfe73aec89225f5bde80bd36bf0f32f Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Sat, 20 Jan 2024 11:24:27 +0100 Subject: [PATCH 1/2] chore(version): update snapshot version 'v0.15.0-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 483e6795..6a31fc12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.14.0 +version=0.15.0-SNAPSHOT kestraVersion=[0.14,) micronautVersion=3.10.1 lombokVersion=1.18.30 From fbf0c4b9c6aec89c75e093b252ba9aaa983f4c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:26:06 +0000 Subject: [PATCH 2/2] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6772d884..0ce0fa52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: # Caches - name: Gradle cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches