From a228ca15bd3a4cb8898a22af2c8fe5c17ba5a093 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:40:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 821ba21..a666641 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚚 Checkout project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test Single Line id: test1 @@ -78,7 +78,7 @@ jobs: fi - name: 🚚 Checkout project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test Single Line id: test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f98bcad..3c27a8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: permission-pull-requests: write - name: 🚚 Checkout project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ steps.app-token.outputs.token }} persist-credentials: true