From fc534b8489edd01db219d0c94e6dce2a7e1324ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:30:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 08429afc..1d562cb3 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 + uses: actions/checkout@v6 - name: Setup Node uses: actions/setup-node@v3