From 9bda02f727555c2f72fce2ae1ebd91a7e379f29e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:53:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/eas-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eas-update.yml b/.github/workflows/eas-update.yml index 17ecae2..1ccb892 100644 --- a/.github/workflows/eas-update.yml +++ b/.github/workflows/eas-update.yml @@ -18,7 +18,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v7.0.1 - name: Setup Node uses: actions/setup-node@v3.9.1