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