Skip to content

Commit 8013980

Browse files
committed
Merge branch 'master' of github.com:major/MySQLTuner-perl
2 parents ecd2da6 + 03636f3 commit 8013980

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/exec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)