From a866de95067769047d4f7260c4914fe822092480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:09:34 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/generate_mariadb_examples.yml | 2 +- .github/workflows/generate_mysql_examples.yml | 2 +- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/run_mt_with_db.yml | 2 +- .github/workflows/update_cve_and_docs.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generate_mariadb_examples.yml b/.github/workflows/generate_mariadb_examples.yml index 2db6dbb..9df1119 100644 --- 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@v3 + uses: actions/checkout@v4 - 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 9c4f3a1..281de60 100644 --- 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@v3 + uses: actions/checkout@v4 - name: Set up MySQL uses: shogo82148/actions-setup-mysql@v1 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e4bc6b2..b8ce7c3 100644 --- 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@v3 + uses: actions/checkout@v4 - 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@v3 + uses: actions/checkout@v4 - 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 fe20bd8..0397511 100644 --- 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@v3 + uses: actions/checkout@v4 - 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 d476138..c52fcb7 100644 --- 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@v3 + uses: actions/checkout@v4 - name: Install dependencies run: |