From e5520f335c5e392014c235ccb2dd3045739b069e Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 4 Apr 2023 18:35:16 +0200 Subject: [PATCH] ci: fix spec update in website workflow (#921) --- .github/workflows/update-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-spec.yaml b/.github/workflows/update-spec.yaml index 528a66e5c..d5ad7aa1e 100644 --- a/.github/workflows/update-spec.yaml +++ b/.github/workflows/update-spec.yaml @@ -30,7 +30,7 @@ jobs: git config --global user.email info@asyncapi.io - name: Get latest release id: latest_version - uses: abatilo/release-info-action@v1.3.0 + uses: abatilo/release-info-action@5774bec4e3eabad433b4ae8f625e83afa0e7bb22 # 1.3.2 release https://github.com/abatilo/release-info-action/releases/tag/v1.3.2 with: owner: asyncapi repo: spec