From c6025a34a6a70a7265f6b6c45ab272c6e9299fa6 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 1 Feb 2024 12:04:47 +0700 Subject: [PATCH] CI: Pinning doc previewer action to current release --- .github/workflows/comment-commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-commands.yml b/.github/workflows/comment-commands.yml index b24a689078d4e..da9f6ac8bff78 100644 --- a/.github/workflows/comment-commands.yml +++ b/.github/workflows/comment-commands.yml @@ -24,7 +24,7 @@ jobs: concurrency: group: ${{ github.actor }}-preview-docs steps: - - uses: pandas-dev/github-doc-previewer@master + - uses: pandas-dev/github-doc-previewer@v0.3.1 with: previewer-server: "https://pandas.pydata.org/preview" artifact-job: "Doc Build and Upload"