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 \