From 8037af412091bbe1d845b64c0491464fa576c8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:18:07 +0000 Subject: [PATCH] chore(actions): update oprypin/find-latest-tag action to v1.1.2 --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 60aa7296..754194e9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,7 +32,7 @@ jobs: - name: Find Latest Tag id: latest_tag - uses: oprypin/find-latest-tag@v1.1.1 + uses: oprypin/find-latest-tag@v1.1.2 with: repository: ${{ github.repository }} regex: '^\d+\.\d+\.\d+$'