diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837b434..56b6bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" } steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests - ${{ matrix.name }} run: | xcodebuild test \ 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