diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 3ed663827..a43eb0e5c 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to Docker Hub uses: docker/login-action@v3 diff --git a/.github/workflows/generate_mariadb_examples.yml b/.github/workflows/generate_mariadb_examples.yml index 7dab33da1..bc2afb321 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@v5 + uses: actions/checkout@v6 - 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 32a41726f..58158d3ba 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@v5 + uses: actions/checkout@v6 - 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 27499033f..4a6f97804 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@v5 + uses: actions/checkout@v6 - 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 d9e5bae60..d15afe874 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - 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 57bb1209b..1d54b6a17 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@v5 + uses: actions/checkout@v6 - 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 8b1d7c8df..e6834cd71 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@v5 + uses: actions/checkout@v6 - name: Install dependencies run: |