diff --git a/.github/workflows/postgresql-12-build.yml b/.github/workflows/postgresql-12-build.yml index ad0b81b..470a68e 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@v3 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' path: postgres @@ -42,7 +42,7 @@ jobs: working-directory: postgres - name: Clone percona_telemetry repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'postgres/contrib/percona_telemetry' diff --git a/.github/workflows/postgresql-13-build.yml b/.github/workflows/postgresql-13-build.yml index 9211bf5..6f6ee2d 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@v3 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' path: postgres @@ -42,7 +42,7 @@ jobs: working-directory: postgres - name: Clone percona_telemetry repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'postgres/contrib/percona_telemetry' diff --git a/.github/workflows/postgresql-14-build.yml b/.github/workflows/postgresql-14-build.yml index 6cd32b8..61a5d67 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@v3 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' path: postgres @@ -42,7 +42,7 @@ jobs: working-directory: postgres - name: Clone percona_telemetry repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'postgres/contrib/percona_telemetry' diff --git a/.github/workflows/postgresql-15-build.yml b/.github/workflows/postgresql-15-build.yml index 2323f42..dcd90ee 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@v3 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' path: postgres @@ -42,7 +42,7 @@ jobs: working-directory: postgres - name: Clone percona_telemetry repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'postgres/contrib/percona_telemetry' diff --git a/.github/workflows/postgresql-16-build.yml b/.github/workflows/postgresql-16-build.yml index 72c873f..b94fee2 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@v3 + uses: actions/checkout@v4 with: repository: 'postgres/postgres' path: postgres @@ -42,7 +42,7 @@ jobs: working-directory: postgres - name: Clone percona_telemetry repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'postgres/contrib/percona_telemetry'