diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-13 08:09:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 08:09:51 -0500 |
| commit | 0d2b1d601294802286aa26e5486c1c4fee92c05a (patch) | |
| tree | d9a48ef2c3337b6a5ffabc26ea98b1532f0dc070 | |
| parent | d770f209cb5ce1fccf685611aaea98b5fc244cd8 (diff) | |
| parent | 8f2318e5b01a275d50e77d4c641eb9fab3bd9bdb (diff) | |
Merge pull request #43 from tt-rss/dependabot/github_actions/actions/checkout-5
GitHub Actions: Bump actions/checkout from 4 to 5
| -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: | |