From 3cd5ed013e1d4616e2c24c8a7d76daa4495b8df6 Mon Sep 17 00:00:00 2001 From: "renovate-cynkra[bot]" <143492377+renovate-cynkra[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:01:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/fledge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fledge.yaml b/.github/workflows/fledge.yaml index d880c55d7..02e9101f4 100644 --- a/.github/workflows/fledge.yaml +++ b/.github/workflows/fledge.yaml @@ -43,7 +43,7 @@ jobs: env: FLEDGE_GHA_CI: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0