File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Log in to Docker Hub
1818 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 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@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Set up MySQL
2525 uses : shogo82148/actions-setup-mysql@v1
Original file line number Diff line number Diff line change 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@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Set up MySQL
2525 uses : shogo82148/actions-setup-mysql@v1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Create release
1717 id : create_release
1818 uses : actions/create-release@v1
Original file line number Diff line number Diff line change 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@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Set up MySQL
3232 uses : mirromutth/mysql-action@v1.1
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@v5
59+ uses : actions/checkout@v6
6060
6161 - name : Set up MySQL
6262 uses : mirromutth/mysql-action@v1.1
Original file line number Diff line number Diff line change 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@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Set up MySQL
2626 uses : mirromutth/mysql-action@v1.1
Original file line number Diff line number Diff line change 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@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Install dependencies
2727 run : |
You can’t perform that action at this time.
0 commit comments