From e7d16ae5acb020b87399f3b62e1fb986a625be29 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:49:36 +0200 Subject: [PATCH 1/2] Update Github action "sccache-action" to version 0.0.5. --- .github/workflows/test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 24000be895..c136d4e476 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -176,7 +176,7 @@ jobs: triplet: x64-windows token: ${{ github.token }} - name: Prepare sccache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.5 - name: Compile via MSVC run: |- $env:TEST_SUPPORT = "disabled" From 16963c857408de9de126fd748229e7d31fed820e Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:52:48 +0000 Subject: [PATCH 2/2] [Bot] Merge bugfix into feature branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 56e9df10b5..142464bf22 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.3 \ No newline at end of file +0.11.0 \ No newline at end of file