From 49331645d7a0385027f1f612a3c36b29fe8e5883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 06:31:54 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/danger.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 772bff4..0bf0ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: @@ -44,7 +44,7 @@ jobs: runsOn: macOS-14 name: "macOS 14, Xcode 15.4, Swift 5.10" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: ${{ matrix.name }} run: xcodebuild test -scheme "Typhoon" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 - name: Upload test coverage reports to Codecov @@ -77,7 +77,7 @@ jobs: xcode: "Xcode_15.3" runsOn: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: ${{ matrix.name }} run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 - name: Upload test coverage reports to Codecov @@ -110,7 +110,7 @@ jobs: xcode: "Xcode_15.3" runsOn: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: ${{ matrix.name }} run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 - name: Upload test coverage reports to Codecov @@ -147,7 +147,7 @@ jobs: xcode: "Xcode_15.3" runsOn: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: ${{ matrix.name }} run: xcodebuild test -scheme "Typhoon" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 - name: Upload test coverage reports to Codecov @@ -180,7 +180,7 @@ jobs: xcode: "Xcode_15.3" runsOn: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: ${{ matrix.name }} run: swift build -c release @@ -205,7 +205,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python environment run: | diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 1031d13..76c8ca1 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -18,7 +18,7 @@ jobs: ruby-version: 3.1.4 bundler-cache: true - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup gems run: | gem install bundler