From d987367c3e1b2eb247139e4bea7dde41c8c1e0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:06:13 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/deploy-pr-staging.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index e23f5ab..b50317b 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 == 'renovate[bot]') && github.repository == 'internetee/whois' steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install GitHub CLI run: | diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index c29019a..85f59d9 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -26,7 +26,7 @@ jobs: steps: - name: ⬇️ Checkout application code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: refs/pull/${{ github.event.inputs.pr_number }}/merge diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44fc232..6b12dbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: DISABLE_SPRING: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: