From 3a230b65c11f1ff9cfd03574e127ffd29923af37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 16:22:21 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/release.yml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ad6c2c8..b557dfc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: INVOKE_PARSER_LOCAL: "True" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -34,7 +34,7 @@ jobs: INVOKE_PARSER_LOCAL: "True" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -47,7 +47,7 @@ jobs: INVOKE_PARSER_LOCAL: "True" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -61,7 +61,7 @@ jobs: INVOKE_PARSER_LOCAL: "True" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -74,7 +74,7 @@ jobs: INVOKE_PARSER_LOCAL: "True" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -96,7 +96,7 @@ jobs: INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -133,7 +133,7 @@ jobs: INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -165,7 +165,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out repository code" - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" with: fetch-depth: "0" - name: "Setup environment" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e31b6a74..8c8962d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: "ubuntu-latest" if: "startsWith(github.ref, 'refs/tags/v')" steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v6" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" with: @@ -38,7 +38,7 @@ jobs: contents: "write" needs: "build" steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v6" - name: "Retrieve built package from cache" uses: "actions/download-artifact@v4" with: