From 10ac831fa8ae69d34ac93e8c36e62e73bcc61ead Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:28:36 +0000 Subject: [PATCH] chore(deps): update ariga/atlas-action action to v1 --- .github/workflows/atlas-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/atlas-ci.yaml b/.github/workflows/atlas-ci.yaml index a69a5c6d..9fd4273a 100644 --- a/.github/workflows/atlas-ci.yaml +++ b/.github/workflows/atlas-ci.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 # Mandatory unless "latest" is set below. - - uses: ariga/atlas-action@v0 + - uses: ariga/atlas-action@v1 with: dir: atlas/migrations dir-format: atlas # Or: golang-migrate, liquibase, flyway, goose, dbmate