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: |