Bump actions/checkout from 4.1.1 to 4.2.2 (#352)

* Bump actions/checkout from 4.1.1 to 4.2.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2.
- [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/v4.1.1...11bd71901bbe5b1630ceea73d27597364c9af683)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/postgresql-16-ppg-package-pgxs.yml

* Update .github/workflows/postgresql-pgdg-package-pgxs.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
pull/209/head
dependabot[bot] 10 months ago committed by GitHub
parent 32ed98fac3
commit ce9398db39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/postgresql-16-ppg-package-pgxs.yml
  2. 2
      .github/workflows/postgresql-pgdg-package-pgxs.yml
  3. 2
      .github/workflows/scorecard.yml

@ -60,7 +60,7 @@ jobs:
percona-postgis percona-pg-stat-monitor16
- name: Clone pg_tde repository
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: 'src/pg_tde'

@ -53,7 +53,7 @@ jobs:
sudo apt -y install postgresql-$POSTGRESQL_VERSION postgresql-server-dev-$POSTGRESQL_VERSION
- name: Clone pg_tde repository
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: 'src/pg_tde'

@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Loading…
Cancel
Save