diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c867cfb6..f36f77ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - 'macos-latest' - 'ubuntu-latest' steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 1 - name: 'Install Dependencies' @@ -61,7 +61,7 @@ jobs: - 'windows-2025' - 'windows-2022' steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 1 - name: 'Install Dependencies'