From e942b68dac8ca6debcb75b9c61a3161d828c1429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:16:51 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 811e975f..f875cb00 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,7 +53,7 @@ jobs: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} # Install Python - - uses: actions/setup-python@v4 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: '3.10' cache: 'pipenv' @@ -65,7 +65,7 @@ jobs: task docs:requirements - name: Commit updated requirements.txt - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4 with: commit_message: "chore: update requirements.txt for readthedocs" commit_user_name: actions-user