Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 4a1a7f4 commit a866de9
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 a866de9

Please sign in to comment.