From 70b2b9a1c3aad3951cca49a739a271db642f5962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:54:17 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/cache from 3 to 4 (#5098) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81dd7b392..62b7228da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,7 +174,7 @@ jobs: - name: Cache conan packages (Windows) if: startsWith(matrix.os, 'windows') - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }} path: ~/.conan2/ diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index d455319a6..e47938ac3 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -83,7 +83,7 @@ jobs: sccache-test-${{ matrix.os }}-${{ matrix.qt-version }} - name: Cache conan packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }} path: ~/.conan2/ From f508a2c92ddba6ed4eb37e7b853ed397dd0741cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:11:18 +0000 Subject: [PATCH 2/2] chore(deps): bump lib/lua/src from `6baee9e` to `7923dbb` (#4983) Bumps [lib/lua/src](https://github.com/lua/lua) from `6baee9e` to `7923dbb`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/6baee9ef9d5657ab582c8a4b9f885ec58ed502d0...7923dbbf72da303ca1cca17efd24725668992f15) --- updated-dependencies: - dependency-name: lib/lua/src dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com> --- lib/lua/src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lua/src b/lib/lua/src index 6baee9ef9..7923dbbf7 160000 --- a/lib/lua/src +++ b/lib/lua/src @@ -1 +1 @@ -Subproject commit 6baee9ef9d5657ab582c8a4b9f885ec58ed502d0 +Subproject commit 7923dbbf72da303ca1cca17efd24725668992f15