Skip to content

Commit

Permalink
Merge pull request #719 from major/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
jmrenouard authored Sep 7, 2023
2 parents 98fc9f5 + a866de9 commit b44447e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_mariadb_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Set up MySQL
uses: shogo82148/actions-setup-mysql@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_mysql_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Set up MySQL
uses: shogo82148/actions-setup-mysql@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Set up MySQL
uses: mirromutth/[email protected]
Expand Down Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Set up MySQL
uses: mirromutth/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_mt_with_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Set up MySQL
uses: mirromutth/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_cve_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit b44447e

Please sign in to comment.