From 5250cf9f2c94fdd535fef39aaf05ef59e9d1c545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:51:02 +0000 Subject: [PATCH] build(deps): 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/deploy-website.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index ca227772..1ca1a008 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -47,7 +47,7 @@ jobs: - name: Get latest Fastify tag id: latest-fastify - uses: oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 # v1.1.2 + uses: oprypin/find-latest-tag@6957ac556fa6d349727ecabfcaaf9f8e5ee37124 # v1.1.3 with: repository: fastify/fastify releases-only: true diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c6299211..2820fcfc 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -44,7 +44,7 @@ jobs: - name: Get latest Fastify tag id: latest-fastify - uses: oprypin/find-latest-tag@dd2729fe78b0bb55523ae2b2a310c6773a652bd1 # v1.1.2 + uses: oprypin/find-latest-tag@6957ac556fa6d349727ecabfcaaf9f8e5ee37124 # v1.1.3 with: repository: fastify/fastify releases-only: true