diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index fe0d80f..b1b1ea6 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: !startsWith(github.event.head_commit.message, 'chore(changelog): update CHANGELOG.md') && github.event.head_commit.author.name != 'github-actions[bot]' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc2c398..92f9899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: - { platform: iOS, name: "iOS 18.1", xcode: "Xcode_16.1", runsOn: macOS-14, destination: "OS=18.1,name=iPhone 16 Pro" } - { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: ${{ matrix.name }} run: xcodebuild test -scheme "$SCHEME_NAME" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 \ No newline at end of file diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index e3ef03a..333d1e9 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: amannn/action-semantic-pull-request@v6 with: requireScope: false diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index c58e861..c900b91 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -22,7 +22,7 @@ jobs: ruby-version: 4.0.4 bundler-cache: true - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup gems run: | gem install bundler diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e8a90c6..ae7d1f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: name: lint runs-on: macos-26 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v4 @@ -35,7 +35,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python environment run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5736a67..e2c458c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: next-version: ${{ steps.next-version.outputs.NEXT_VERSION }} commit-hash: ${{ steps.auto-commit-action.outputs.commit_hash }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v4