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