diff --git a/.github/workflows/windows_meson.yml b/.github/workflows/windows_meson.yml index 45cd0c8..6f5a931 100644 --- a/.github/workflows/windows_meson.yml +++ b/.github/workflows/windows_meson.yml @@ -19,7 +19,7 @@ jobs: matrix: platform: ['x64', 'x86'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: CC: clang-cl CXX: clang-cl steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: matrix: platform: ['UCRT64', 'CLANG64'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0