From 2cf633844fbdf45cfe01c71efb0c5bb319ce9800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:54:05 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2142ce..5c24549 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: xcode: [ '15.4', 'latest' ] os: [ macos-latest ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: bundler run: | bundle config path vendor/bundle