From 71c444c93f3271c378d9301420b988eab16479c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:13:04 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/generate_mariadb_examples.yml | 2 +- .github/workflows/generate_mysql_examples.yml | 2 +- .github/workflows/publish_release.yml | 2 +- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/run_mt_with_db.yml | 2 +- .github/workflows/update_cve_and_docs.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate_mariadb_examples.yml b/.github/workflows/generate_mariadb_examples.yml index 9df1119c3..7dab33da1 100755 --- a/.github/workflows/generate_mariadb_examples.yml +++ b/.github/workflows/generate_mariadb_examples.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up MySQL uses: shogo82148/actions-setup-mysql@v1 diff --git a/.github/workflows/generate_mysql_examples.yml b/.github/workflows/generate_mysql_examples.yml index 281de60d6..32a41726f 100755 --- a/.github/workflows/generate_mysql_examples.yml +++ b/.github/workflows/generate_mysql_examples.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up MySQL uses: shogo82148/actions-setup-mysql@v1 diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index ea916a054..27499033f 100755 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create release id: create_release uses: actions/create-release@v1 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b8ce7c3d0..d9e5bae60 100755 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up MySQL uses: mirromutth/mysql-action@v1.1 @@ -56,7 +56,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up MySQL uses: mirromutth/mysql-action@v1.1 diff --git a/.github/workflows/run_mt_with_db.yml b/.github/workflows/run_mt_with_db.yml index 039751182..57bb1209b 100755 --- a/.github/workflows/run_mt_with_db.yml +++ b/.github/workflows/run_mt_with_db.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up MySQL uses: mirromutth/mysql-action@v1.1 diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index c52fcb7c4..8b1d7c8df 100755 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Setup MySQL Tuner repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install dependencies run: |