From a1198e1a58873e934dac98d3309f6d2f0f4e2470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:33:12 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/simlar-ios-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simlar-ios-ci.yml b/.github/workflows/simlar-ios-ci.yml index 84d61a29..158c075e 100644 --- a/.github/workflows/simlar-ios-ci.yml +++ b/.github/workflows/simlar-ios-ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: cocoapods run: pod install - name: build