From 400e08f4b25bc264aa3a3bb379a091b97fa17fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:08:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bda33a5..f9ddf79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./ with: github-app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }} @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: rm .platform.yaml # so it'll be downloaded - id: setup uses: ./ @@ -56,7 +56,7 @@ jobs: AWS_SECRET_ACCESS_KEY: x steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: setup uses: ./ with: