diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767c9be..5d02cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download Configuration Files run: bash <(curl -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh) -d - name: Cache RubyGems diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1a05b0..86a7935 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - uses: swift-actions/setup-swift@v2 with: swift-version: ${{ matrix.swift }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Log Swift Version run: swift --version - name: Log Xcode Versions