From 948ac796ef81bef2155f35d6c64e72647d011c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:56:58 +0000 Subject: [PATCH] Bump oprypin/find-latest-tag from 1.1.0 to 1.1.1 Bumps [oprypin/find-latest-tag](https://github.com/oprypin/find-latest-tag) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/oprypin/find-latest-tag/releases) - [Commits](https://github.com/oprypin/find-latest-tag/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: oprypin/find-latest-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b16e7e68..fc15bf1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: WITH_V: true - name: Find Latest Tag - uses: oprypin/find-latest-tag@v1.1.0 + uses: oprypin/find-latest-tag@v1.1.1 id: latest with: repository: ${{ github.repository }}