diff options
Diffstat (limited to '.github/workflows/validate-sql.yml')
| -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 f446c4e25..ab210cebe 100644 --- a/.github/workflows/validate-sql.yml +++ b/.github/workflows/validate-sql.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Wait for PostgreSQL run: | @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Validate migration files run: | |