diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dac8817..983d781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ios: "18.1" name: iOS (${{ matrix.ios }}) steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Select Xcode run: sudo xcode-select -switch /Applications/Xcode_${{ matrix.xcode }}.app && /usr/bin/xcodebuild -version - name: Run unit tests diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cacfc28..95b17d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,6 @@ jobs: Lint: runs-on: macos-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log \ No newline at end of file