diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab00824..5a39f07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Cache vcpkg uses: actions/cache@v4 @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install clang-format run: pip install clang-format==18.1.8 @@ -111,7 +111,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install clang-tidy run: sudo apt-get update && sudo apt-get install -y clang-tidy @@ -154,7 +154,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Cache vcpkg uses: actions/cache@v4 @@ -197,7 +197,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install gcovr run: sudo apt-get update && sudo apt-get install -y gcovr @@ -251,7 +251,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install clang run: sudo apt-get update && sudo apt-get install -y clang @@ -282,7 +282,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5 @@ -336,7 +336,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 4 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Cache vcpkg uses: actions/cache@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e676fb8..2a0843f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install Doxygen and Graphviz run: sudo apt-get update && sudo apt-get install -y doxygen graphviz diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 670e3c1..073602e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest, windows-2022, macos-14] steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build wheels uses: pypa/cibuildwheel@v2.21.3 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build sdist run: pipx run build --sdist