diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 468ff43..8020137 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: os: [macos-14, macos-15, macos-latest] steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Test run: | set -x # Enable Execution Logs