From 8f40b2f710d7d2bac511fd1b3d0e854a1502ebb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:47:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/format.yml | 4 ++-- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/type.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 96714478..9aa92c9e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿš€ Sort test response data run: | find './tests/response' \ @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Set up Python uses: actions/setup-python@v6.2.0 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09f39f33..b9f98e5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e39be25..a9aaec98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aeffebe..fd85fa28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: python: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ matrix.python }} diff --git a/.github/workflows/type.yml b/.github/workflows/type.yml index c40fc26f..65101260 100644 --- a/.github/workflows/type.yml +++ b/.github/workflows/type.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: ๐Ÿ— Set up Poetry run: pipx install poetry - name: ๐Ÿ— Set up Python ${{ env.DEFAULT_PYTHON }}