From c8e65e1b2abc0be6f021914b098d12174629dd8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:18:23 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/sync_docs.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74b42801..c522447d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox & poetry run: | pipx install tox @@ -34,7 +34,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox & poetry run: | pipx install tox @@ -50,7 +50,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Check libs @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox & poetry run: | pipx install tox @@ -126,7 +126,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox & poetry run: | pipx install tox diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 4db80d11..a712cca1 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -16,7 +16,7 @@ jobs: contents: write # Needed to login to Discourse pull-requests: write # Need to create PR steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Open PR with docs changes uses: deusebio/discourse-gatekeeper@c8adb89ea1cbceca54d78da798658373615487ac id: docs-pr