diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e97f7e0..3b779c5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fece44b..8916faa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ jobs: runs-on: macos-15-intel steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -50,7 +50,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index da9afd2..0771264 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,7 +18,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -47,7 +47,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true