From db5f2927f2fd1e8c5617df1151cb48d6fab24578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:12:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.0 --- .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 4208ec23..a69a5c6d 100644 --- a/.github/workflows/atlas-ci.yaml +++ b/.github/workflows/atlas-ci.yaml @@ -28,7 +28,7 @@ jobs: --health-retries 5 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 # Mandatory unless "latest" is set below. - uses: ariga/atlas-action@v0