Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#4)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent 32b2e6d commit d6b8a74
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-12-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-13-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-14-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-15-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-16-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit d6b8a74

Please sign in to comment.