From aa073a4da4101c1358cf49cba2ecdd5197b54637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 21:23:56 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-build.yml | 4 ++-- .github/workflows/swiftlint.yml | 2 +- .github/workflows/xcodebuild.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 28ea92d..4980a93 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -14,7 +14,7 @@ jobs: TAG: ${{ github.ref_name }} GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build executable run: | swift build \ @@ -46,7 +46,7 @@ jobs: SHA256: ${{ needs.release-build.outputs.sha }} steps: - name: Checkout FelixHerrmann/homebrew-tap - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'FelixHerrmann/homebrew-tap' - name: Update Formula diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index bcd358b..986cf15 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -22,7 +22,7 @@ jobs: name: SwiftLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: norio-nomura/action-swiftlint@3.2.1 with: args: --strict diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 8a4d919..517bda5 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -30,7 +30,7 @@ jobs: - name=Apple Watch Series 6 (44mm) runs-on: macos-13 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Scheme run: | xcodebuild \ @@ -42,7 +42,7 @@ jobs: needs: build-libraries runs-on: macos-13 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run tests run: | xcodebuild \