Update actions/checkout action to v4
This commit is contained in:
parent
4a1a7f40c9
commit
a866de9506
5 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
uses: shogo82148/actions-setup-mysql@v1
|
uses: shogo82148/actions-setup-mysql@v1
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
uses: shogo82148/actions-setup-mysql@v1
|
uses: shogo82148/actions-setup-mysql@v1
|
||||||
|
|
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
uses: mirromutth/mysql-action@v1.1
|
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 represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
uses: mirromutth/mysql-action@v1.1
|
uses: mirromutth/mysql-action@v1.1
|
||||||
|
|
2
.github/workflows/run_mt_with_db.yml
vendored
2
.github/workflows/run_mt_with_db.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
uses: mirromutth/mysql-action@v1.1
|
uses: mirromutth/mysql-action@v1.1
|
||||||
|
|
2
.github/workflows/update_cve_and_docs.yml
vendored
2
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Setup MySQL Tuner repository
|
- name: Setup MySQL Tuner repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue