From b30aadacb1ee5c6d3f76f4737e7ccb004e29f78c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:26:13 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d055281..4630bdc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: swiftty/nextversion@v0.0.1 id: nextversion with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9989a01..f8804e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: ${{ matrix.xcode }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build run: swift build - name: Run tests