From fc9ad9c0cfe99c80fbac6c1d43011dede0959685 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 05:43:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.6.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 a4e9defd..f2fc5bcc 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@v3.0.1 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 0 # Mandatory unless "latest" is set below. - uses: ariga/atlas-action@v0