diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f3255c..f7b3c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: OS: ["ubuntu-latest", "macos-15", "windows-latest"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true @@ -37,7 +37,7 @@ jobs: matrix: OS: ["ubuntu-latest", "macos-15", "windows-latest"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'push' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true