diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a928c0ae0..d499ecc78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tox & poetry run: | pipx install tox @@ -40,7 +40,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cdde6f597..72ed9c5bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - run: | diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 4db80d11b..a712cca13 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