From fdff37ec3a6658d73b588e611e704ea964f60e82 Mon Sep 17 00:00:00 2001 From: Khaled FERJANI Date: Tue, 7 Jan 2025 11:18:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore:=20update=20update-d?= =?UTF-8?q?ocs=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-docs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 1c83b440..32ebfea7 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -8,13 +8,11 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.ref }} + - uses: actions/checkout@v4 - name: Setup Graphviz uses: tlylt/install-graphviz@v1 - name: Set up Node LTS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Install dependencies