diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 719b5c49..b8842ad2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: ctest -S .docs.cmake -V - name: Publish Documentation - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages diff --git a/.github/workflows/installability.yml b/.github/workflows/installability.yml index 1afe85a9..40d24ef3 100644 --- a/.github/workflows/installability.yml +++ b/.github/workflows/installability.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.8 diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index e86a8c51..1ec89f6a 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -18,7 +18,7 @@ jobs: - name: 'Wait for status checks' id: waitforstatuschecks - uses: "WyriHaximus/github-action-wait-for-status@v1.2" + uses: "WyriHaximus/github-action-wait-for-status@v2" with: ignoreActions: "Publish Binaries" checkInterval: 60 @@ -31,7 +31,7 @@ jobs: sleep 60 - name: Download Linux artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: steps.waitforstatuschecks.outputs.status == 'success' with: github_token: ${{secrets.GITHUB_TOKEN}} @@ -39,7 +39,7 @@ jobs: path: artifacts - name: Download Mac OS artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: steps.waitforstatuschecks.outputs.status == 'success' with: github_token: ${{secrets.GITHUB_TOKEN}} @@ -47,7 +47,7 @@ jobs: path: artifacts - name: Download Windows artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: steps.waitforstatuschecks.outputs.status == 'success' with: github_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml index f7d99c6c..a5091b18 100644 --- a/.github/workflows/unittests_linux.yml +++ b/.github/workflows/unittests_linux.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/unittests_macos.yml b/.github/workflows/unittests_macos.yml index aa1e6ca3..3a1ba0e8 100644 --- a/.github/workflows/unittests_macos.yml +++ b/.github/workflows/unittests_macos.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml index 0cef4135..4d71e631 100644 --- a/.github/workflows/unittests_windows.yml +++ b/.github/workflows/unittests_windows.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/doc/html b/doc/html index 84ba95de..908dc4ed 160000 --- a/doc/html +++ b/doc/html @@ -1 +1 @@ -Subproject commit 84ba95de838aac1311753138a8c9c7b57a1c8898 +Subproject commit 908dc4ed73f5c55e51afd9e8e586cbbb6858831f diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp index f1034c41..fec35bf2 100644 --- a/include/llfio/revision.hpp +++ b/include/llfio/revision.hpp @@ -1,4 +1,4 @@ // Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time -#define LLFIO_PREVIOUS_COMMIT_REF 92dd7a5272f8dd3e027563f9019cdc6ae3ca3fc0 -#define LLFIO_PREVIOUS_COMMIT_DATE "2024-09-04 11:37:40 +00:00" -#define LLFIO_PREVIOUS_COMMIT_UNIQUE 92dd7a52 +#define LLFIO_PREVIOUS_COMMIT_REF 816ff187f612b209d037a7ea9ee247f9e3d623b5 +#define LLFIO_PREVIOUS_COMMIT_DATE "2024-09-04 13:27:05 +00:00" +#define LLFIO_PREVIOUS_COMMIT_UNIQUE 816ff187