diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-13 08:16:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 08:16:01 +0000 |
| commit | 8f2318e5b01a275d50e77d4c641eb9fab3bd9bdb (patch) | |
| tree | d9a48ef2c3337b6a5ffabc26ea98b1532f0dc070 | |
| parent | d770f209cb5ce1fccf685611aaea98b5fc244cd8 (diff) | |
GitHub Actions: Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/validate-sql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/validate-sql.yml b/.github/workflows/validate-sql.yml index 470781385..b165125ca 100644 --- a/.github/workflows/validate-sql.yml +++ b/.github/workflows/validate-sql.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Wait for PostgreSQL run: | @@ -78,7 +78,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Validate migration files run: | |