diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a4fb457..e15b600 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 36f57f6..7c9c0d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - { platform: watchOS, name: "watchOS 10.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.4,name=Apple Watch Series 9 (45mm)" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ @@ -92,7 +92,7 @@ jobs: - { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build with Swift Package Manager - ${{ matrix.name }} run: swift build -c release 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 7b7ae79..ab73cae 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -22,7 +22,7 @@ jobs: ruby-version: 4.0.5 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 60ac099..32b6f44 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 2c3840f..5863efa 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 @@ -108,7 +108,7 @@ jobs: if: ${{ needs.release.outputs.has-changes == 'true' }} timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.release.outputs.commit-hash }} fetch-depth: 0