From 462adab9f6e825b4208f3103be0d96d1927ca3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:07:03 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/C.yml | 2 +- .github/workflows/CSharp.yml | 2 +- .github/workflows/Java.yml | 2 +- .github/workflows/Kotlin.yml | 2 +- .github/workflows/PHP.yml | 2 +- .github/workflows/TypeScript.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/C.yml b/.github/workflows/C.yml index c82cbcb..90d9bd9 100644 --- a/.github/workflows/C.yml +++ b/.github/workflows/C.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/CSharp.yml b/.github/workflows/CSharp.yml index 9ffe4c2..32d823f 100644 --- a/.github/workflows/CSharp.yml +++ b/.github/workflows/CSharp.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL uses: shogo82148/actions-setup-mysql@v1.23.0 diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index bdcd932..a215ad2 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/Kotlin.yml b/.github/workflows/Kotlin.yml index b92c496..4433ddd 100644 --- a/.github/workflows/Kotlin.yml +++ b/.github/workflows/Kotlin.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/PHP.yml b/.github/workflows/PHP.yml index b5f51e2..d9fc716 100644 --- a/.github/workflows/PHP.yml +++ b/.github/workflows/PHP.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: | diff --git a/.github/workflows/TypeScript.yml b/.github/workflows/TypeScript.yml index f19096a..3863b2f 100644 --- a/.github/workflows/TypeScript.yml +++ b/.github/workflows/TypeScript.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Start MYSQL and import DB run: |