diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dfeb126..a642501 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - platform: tvOS destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build and Test on ${{ matrix.platform }} run: | if [ "${{ matrix.platform }}" = "macOS" ]; then @@ -38,7 +38,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: GitHub Action for SwiftLint uses: norio-nomura/action-swiftlint@3.2.1 with: diff --git a/.github/workflows/cocoapods.yaml b/.github/workflows/cocoapods.yaml index 40cf599..0313ed2 100644 --- a/.github/workflows/cocoapods.yaml +++ b/.github/workflows/cocoapods.yaml @@ -10,7 +10,7 @@ jobs: pod-lint: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install CocoaPods run: gem install cocoapods @@ -23,7 +23,7 @@ jobs: if: github.event_name == 'release' runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install CocoaPods run: gem install cocoapods