From 418aa4f964d61c18f42d29f37dbc86892e8c141c Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 14 Nov 2022 22:22:19 +0100 Subject: [PATCH] Update docbuilder action --- .github/workflows/github_action_build_docs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/github_action_build_docs.yml b/.github/workflows/github_action_build_docs.yml index 006de35412..040b474f4a 100644 --- a/.github/workflows/github_action_build_docs.yml +++ b/.github/workflows/github_action_build_docs.yml @@ -23,13 +23,8 @@ jobs: python-version: ['3.9'] steps: - - name: Checkout 0.9.5 branch - uses: actions/checkout@v2 - with: - ref: v0.9.5 - - name: Checkout ${{ github.ref }} branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4