Bump actions/checkout from 2 to 4 (#449)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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>
pull/446/head^2
dependabot[bot] 2024-04-10 12:25:02 +02:00 committed by GitHub
parent 43f3c27141
commit e303899652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 31 additions and 31 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_15_STABLE' ref: 'REL_15_STABLE'
@ -74,7 +74,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_11_STABLE' ref: 'REL_11_STABLE'
@ -71,7 +71,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Clone QA Integration repository - name: Clone QA Integration repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'Percona-Lab/qa-integration' repository: 'Percona-Lab/qa-integration'
ref: 'main' ref: 'main'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_12_STABLE' ref: 'REL_12_STABLE'
@ -73,7 +73,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Clone QA Integration repository - name: Clone QA Integration repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'Percona-Lab/qa-integration' repository: 'Percona-Lab/qa-integration'
ref: 'main' ref: 'main'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_13_STABLE' ref: 'REL_13_STABLE'
@ -73,7 +73,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Clone QA Integration repository - name: Clone QA Integration repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'Percona-Lab/qa-integration' repository: 'Percona-Lab/qa-integration'
ref: 'main' ref: 'main'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_14_STABLE' ref: 'REL_14_STABLE'
@ -73,7 +73,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Clone QA Integration repository - name: Clone QA Integration repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'Percona-Lab/qa-integration' repository: 'Percona-Lab/qa-integration'
ref: 'main' ref: 'main'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_15_STABLE' ref: 'REL_15_STABLE'
@ -73,7 +73,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Clone QA Integration repository - name: Clone QA Integration repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: 'Percona-Lab/qa-integration' repository: 'Percona-Lab/qa-integration'
ref: 'main' ref: 'main'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone postgres repository - name: Clone postgres repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_16_STABLE' ref: 'REL_16_STABLE'
@ -73,7 +73,7 @@ jobs:
pg_ctl -D /opt/pgsql/data -l logfile start pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Clone pg_stat_monitor repository - name: Clone pg_stat_monitor repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: 'src/pg_stat_monitor' path: 'src/pg_stat_monitor'