Skip to content

Commit 75addf3

Browse files
authored
Merge pull request major#835 from major/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents d49a40a + 71c444c commit 75addf3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.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@v4
22+
uses: actions/checkout@v5
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@v4
22+
uses: actions/checkout@v5
2323

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

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Create release
1717
id: create_release
1818
uses: actions/create-release@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@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Set up MySQL
3232
uses: mirromutth/[email protected]
@@ -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@v4
59+
uses: actions/checkout@v5
6060

6161
- name: Set up MySQL
6262
uses: mirromutth/[email protected]

.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@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up MySQL
2626
uses: mirromutth/[email protected]

.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@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)