Skip to content

Commit b44447e

Browse files
authored
Merge pull request #719 from major/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 98fc9f5 + a866de9 commit b44447e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/generate_mariadb_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
- name: Setup MySQL Tuner repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Set up MySQL
2525
uses: shogo82148/actions-setup-mysql@v1

.github/workflows/generate_mysql_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
- name: Setup MySQL Tuner repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Set up MySQL
2525
uses: shogo82148/actions-setup-mysql@v1

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
- name: Setup MySQL Tuner repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Set up MySQL
3232
uses: mirromutth/mysql-action@v1.1
@@ -56,7 +56,7 @@ jobs:
5656
# Steps represent a sequence of tasks that will be executed as part of the job
5757
steps:
5858
- name: Setup MySQL Tuner repository
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060

6161
- name: Set up MySQL
6262
uses: mirromutth/mysql-action@v1.1

.github/workflows/run_mt_with_db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- name: Setup MySQL Tuner repository
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Set up MySQL
2626
uses: mirromutth/mysql-action@v1.1

.github/workflows/update_cve_and_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Setup MySQL Tuner repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)