From aa734241694c6174465fbe2648a15b73701da2b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:51:48 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/deploy-pr-staging.yml | 2 +- .github/workflows/ruby.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 10c0d494..6eb85528 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -15,7 +15,7 @@ jobs: if: (github.actor == 'dependabot[bot]' || github.actor == 'dependabot' || github.actor == 'renovate[bot]' || github.actor == 'renovate') && github.repository == 'internetee/rest-whois' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install GitHub CLI and jq run: | diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index 9689e935..ef1c568a 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -34,7 +34,7 @@ jobs: steps: - name: ⬇️ Checkout application code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: refs/pull/${{ github.event.inputs.pr_number }}/merge diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 4fd2d00c..1d8e6158 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}