diff --git a/.github/workflows/code-coverage-test.yml b/.github/workflows/code-coverage-test.yml index 5adb740..aab5deb 100644 --- a/.github/workflows/code-coverage-test.yml +++ b/.github/workflows/code-coverage-test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_15_STABLE' @@ -74,7 +74,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-11-build.yml b/.github/workflows/postgresql-11-build.yml index ef4aa91..b4eeaa1 100644 --- a/.github/workflows/postgresql-11-build.yml +++ b/.github/workflows/postgresql-11-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_11_STABLE' @@ -71,7 +71,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-11-pgdg-package.yml b/.github/workflows/postgresql-11-pgdg-package.yml index f969d68..5365c6f 100644 --- a/.github/workflows/postgresql-11-pgdg-package.yml +++ b/.github/workflows/postgresql-11-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-11-pmm.yaml b/.github/workflows/postgresql-11-pmm.yaml index 95013ae..acc41ab 100644 --- a/.github/workflows/postgresql-11-pmm.yaml +++ b/.github/workflows/postgresql-11-pmm.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - name: Clone QA Integration repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' ref: 'main' diff --git a/.github/workflows/postgresql-11-ppg-package.yml b/.github/workflows/postgresql-11-ppg-package.yml index 2d5e8a8..2596c2e 100644 --- a/.github/workflows/postgresql-11-ppg-package.yml +++ b/.github/workflows/postgresql-11-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-12-build.yml b/.github/workflows/postgresql-12-build.yml index ce6b288..c1461fe 100644 --- a/.github/workflows/postgresql-12-build.yml +++ b/.github/workflows/postgresql-12-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_12_STABLE' @@ -73,7 +73,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-12-pgdg-package.yml b/.github/workflows/postgresql-12-pgdg-package.yml index 9e78375..e3bbe9e 100644 --- a/.github/workflows/postgresql-12-pgdg-package.yml +++ b/.github/workflows/postgresql-12-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-12-pmm.yaml b/.github/workflows/postgresql-12-pmm.yaml index e5b88d6..2152bfc 100644 --- a/.github/workflows/postgresql-12-pmm.yaml +++ b/.github/workflows/postgresql-12-pmm.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - name: Clone QA Integration repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' ref: 'main' diff --git a/.github/workflows/postgresql-12-ppg-package.yml b/.github/workflows/postgresql-12-ppg-package.yml index 19605fc..1ccc52d 100644 --- a/.github/workflows/postgresql-12-ppg-package.yml +++ b/.github/workflows/postgresql-12-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-13-build.yml b/.github/workflows/postgresql-13-build.yml index 68509be..31d88a8 100644 --- a/.github/workflows/postgresql-13-build.yml +++ b/.github/workflows/postgresql-13-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_13_STABLE' @@ -73,7 +73,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-13-pgdg-package.yml b/.github/workflows/postgresql-13-pgdg-package.yml index b4d4925..521ddfb 100644 --- a/.github/workflows/postgresql-13-pgdg-package.yml +++ b/.github/workflows/postgresql-13-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-13-pmm.yaml b/.github/workflows/postgresql-13-pmm.yaml index 549c5a4..3b79777 100644 --- a/.github/workflows/postgresql-13-pmm.yaml +++ b/.github/workflows/postgresql-13-pmm.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - name: Clone QA Integration repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' ref: 'main' diff --git a/.github/workflows/postgresql-13-ppg-package.yml b/.github/workflows/postgresql-13-ppg-package.yml index 4ab28a8..39efd90 100644 --- a/.github/workflows/postgresql-13-ppg-package.yml +++ b/.github/workflows/postgresql-13-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-14-build.yml b/.github/workflows/postgresql-14-build.yml index b5c56ba..24b9d0e 100644 --- a/.github/workflows/postgresql-14-build.yml +++ b/.github/workflows/postgresql-14-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_14_STABLE' @@ -73,7 +73,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-14-pgdg-package.yml b/.github/workflows/postgresql-14-pgdg-package.yml index 5fafcb4..3a7fae4 100644 --- a/.github/workflows/postgresql-14-pgdg-package.yml +++ b/.github/workflows/postgresql-14-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-14-pmm.yaml b/.github/workflows/postgresql-14-pmm.yaml index 3c34e63..0f4dfd9 100644 --- a/.github/workflows/postgresql-14-pmm.yaml +++ b/.github/workflows/postgresql-14-pmm.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - name: Clone QA Integration repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' ref: 'main' diff --git a/.github/workflows/postgresql-14-ppg-package.yml b/.github/workflows/postgresql-14-ppg-package.yml index 0f1e226..151d3ec 100644 --- a/.github/workflows/postgresql-14-ppg-package.yml +++ b/.github/workflows/postgresql-14-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-15-build.yml b/.github/workflows/postgresql-15-build.yml index 1fd4a93..4b474dc 100644 --- a/.github/workflows/postgresql-15-build.yml +++ b/.github/workflows/postgresql-15-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_15_STABLE' @@ -73,7 +73,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-15-pgdg-package.yml b/.github/workflows/postgresql-15-pgdg-package.yml index d422a39..a2f2c2c 100644 --- a/.github/workflows/postgresql-15-pgdg-package.yml +++ b/.github/workflows/postgresql-15-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-15-pmm.yaml b/.github/workflows/postgresql-15-pmm.yaml index c621aaa..a45f434 100644 --- a/.github/workflows/postgresql-15-pmm.yaml +++ b/.github/workflows/postgresql-15-pmm.yaml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 30 steps: - name: Clone QA Integration repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'Percona-Lab/qa-integration' ref: 'main' diff --git a/.github/workflows/postgresql-15-ppg-package.yml b/.github/workflows/postgresql-15-ppg-package.yml index b8325fb..40b1a70 100644 --- a/.github/workflows/postgresql-15-ppg-package.yml +++ b/.github/workflows/postgresql-15-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-16-build.yml b/.github/workflows/postgresql-16-build.yml index 98fa051..662db55 100644 --- a/.github/workflows/postgresql-16-build.yml +++ b/.github/workflows/postgresql-16-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone postgres repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' ref: 'REL_16_STABLE' @@ -73,7 +73,7 @@ jobs: pg_ctl -D /opt/pgsql/data -l logfile start - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-16-pgdg-package.yml b/.github/workflows/postgresql-16-pgdg-package.yml index 09c15b6..cbc3b0e 100644 --- a/.github/workflows/postgresql-16-pgdg-package.yml +++ b/.github/workflows/postgresql-16-pgdg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor' diff --git a/.github/workflows/postgresql-16-ppg-package.yml b/.github/workflows/postgresql-16-ppg-package.yml index d1ff532..c8b966c 100644 --- a/.github/workflows/postgresql-16-ppg-package.yml +++ b/.github/workflows/postgresql-16-ppg-package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone pg_stat_monitor repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'src/pg_stat_monitor'