From 554d424868bc7401208c380530888ead691619a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 23:58:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/dev_build_release.yml | 4 ++-- .github/workflows/qodana_code_quality.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev_build_release.yml b/.github/workflows/dev_build_release.yml index 1f993a6..f80678e 100644 --- a/.github/workflows/dev_build_release.yml +++ b/.github/workflows/dev_build_release.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout OumProfile - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout OumLib - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: sun-mc-dev/oumlib path: oumlib diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 6d6a49d..c74fa21 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d28d30f..0e570da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout OumProfile - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout OumLib - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: sun-mc-dev/oumlib path: oumlib