diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab44ec5..b2086dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: container: ${{ matrix.images }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache Swift PM uses: actions/cache@v4 with: @@ -46,7 +46,7 @@ jobs: with: xcode-version: ${{ matrix.xcode }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache Swift PM uses: actions/cache@v4 with: