From a2685ff0b890bcdb58824e6769aa6bf066fa0bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 01:31:41 +0000 Subject: [PATCH] build(deps): bump oprypin/find-latest-tag from 1.1.1 to 1.1.2 Bumps [oprypin/find-latest-tag](https://github.com/oprypin/find-latest-tag) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/oprypin/find-latest-tag/releases) - [Commits](https://github.com/oprypin/find-latest-tag/compare/e1e0e606cc7e9ede25140a5a139b3a5a1b717ece...dd2729fe78b0bb55523ae2b2a310c6773a652bd1) --- 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/docker-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 2d2261dca1..4945a14d68 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -21,7 +21,7 @@ jobs: echo "DATE=${DATE}" >> "$GITHUB_ENV" - name: 'Get latest tag' id: get-latest-tag - uses: oprypin/find-latest-tag@e1e0e606cc7e9ede25140a5a139b3a5a1b717ece + uses: oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 with: repository: mongodb/mongodb-atlas-cli releases-only: true @@ -72,7 +72,7 @@ jobs: echo "DATE=${DATE}" >> "$GITHUB_ENV" - name: 'Get latest tag' id: get-latest-tag - uses: oprypin/find-latest-tag@e1e0e606cc7e9ede25140a5a139b3a5a1b717ece + uses: oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 with: repository: mongodb/mongodb-atlas-cli releases-only: true