From dcaa89dcd40caac8831eef1958dca28f956c60e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:54:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d917096..a273e64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} from ${{ github.repository }}" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Setup Ruby" uses: ruby/setup-ruby@v1.313.0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d5fb97d..033232d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: ~/.npm/_npx - name: "Checkout ${{ github.ref }} ref in ${{ github.repository }} repository." - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Run renovate-config-validator on repository configuration." shell: bash @@ -53,7 +53,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository." - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Run GH-Lint validation." id: ghlint @@ -83,7 +83,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} from ${{ github.repository }}" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Setup Ruby" uses: ruby/setup-ruby@v1.313.0