From 3639d8ef2bb9f769daff5169a3ad900c70873a14 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Tue, 19 Dec 2023 15:53:52 +0100 Subject: [PATCH] Use latest version 1.4.6 and pin it (#214) --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e2f9dd81..24a6a9f5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -55,7 +55,7 @@ jobs: with: name: "site" path: ./public - - uses: rossjrw/pr-preview-action@v1 + - uses: rossjrw/pr-preview-action@4668d7cb417ce7067b0b59bc152b1ae1513010de # v1.4.6 id: deployment with: source-dir: ./public @@ -74,7 +74,7 @@ jobs: # while the content will not be used - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - uses: rossjrw/pr-preview-action@v1 + - uses: rossjrw/pr-preview-action@4668d7cb417ce7067b0b59bc152b1ae1513010de # v1.4.6 id: deployment with: preview-branch: previews