diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 4c4a7b4..66cc0d7 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -16,7 +16,7 @@ jobs: image: swift:${{ matrix.swift }} steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.6 - name: Restore APT cache uses: actions/cache@v3.3.1 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 20dafda..d303ea4 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -14,7 +14,7 @@ jobs: xcode: ["14.3.1", "15.0"] steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.6 - name: Select Xcode ${{ matrix.xcode }} run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app - name: Restore cached Homebrew dependencies