From d6b8a74c1bf2d684b8d0e58266d4bca740d2ee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:42:43 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#4) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/postgresql-12-build.yml | 4 ++-- .github/workflows/postgresql-13-build.yml | 4 ++-- .github/workflows/postgresql-14-build.yml | 4 ++-- .github/workflows/postgresql-15-build.yml | 4 ++-- .github/workflows/postgresql-16-build.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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'