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