From 11d096c7d311c11f6613bc86682a5bd993d7ec5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 13:02:26 +0000 Subject: [PATCH] Bump oprypin/find-latest-tag from 1.1.2 to 1.1.3 Bumps [oprypin/find-latest-tag](https://github.com/oprypin/find-latest-tag) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/oprypin/find-latest-tag/releases) - [Commits](https://github.com/oprypin/find-latest-tag/compare/dd2729fe78b0bb55523ae2b2a310c6773a652bd1...6957ac556fa6d349727ecabfcaaf9f8e5ee37124) --- updated-dependencies: - dependency-name: oprypin/find-latest-tag dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cron-run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-run-tests.yaml b/.github/workflows/cron-run-tests.yaml index 7bc8fa57c38..560bc0cb2d4 100644 --- a/.github/workflows/cron-run-tests.yaml +++ b/.github/workflows/cron-run-tests.yaml @@ -49,7 +49,7 @@ jobs: - name: Find the latest tag id: find_latest_tag - uses: oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 # 1.1.2 + uses: oprypin/find-latest-tag@6957ac556fa6d349727ecabfcaaf9f8e5ee37124 # 1.1.3 with: repository: IntelPython/dpnp releases-only: false