diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3a634ae..8dd1121 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,12 +10,12 @@ jobs: format: runs-on: macos-15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install swift-format run: brew install swift-format - name: Run swift-format run: swift-format . --in-place --recursive --configuration .swift-format - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: run swift-format delete-branch: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efe4b13..3305a8c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: test: runs-on: macos-15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Show Xcode version run: xcodebuild -version - name: Run tests