diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 568bba7..5c6ff23 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b7195b1..eb4ab0d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-13 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -48,7 +48,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 924afb9..1b53019 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -44,7 +44,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true