From bc44aa936f7a5c7c9588cd3c7e5e818dab7f06bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:34:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f75ae0..b277c61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prerequisites run: ./prerequisites.sh diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 6e5b1d6..da5ba90 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prerequisites run: ./prerequisites.sh