Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot] 6fed9dc42a
chore(deps): bump lib/settings from 87ed4d9 to 7e99623 (#5099)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 04:15:46 +00:00
dependabot[bot] f508a2c92d
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](6baee9ef9d...7923dbbf72)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2024-01-18 02:11:18 +00:00
dependabot[bot] 70b2b9a1c3
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 00:54:17 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -174,7 +174,7 @@ jobs:
- name: Cache conan packages (Windows) - name: Cache conan packages (Windows)
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }} key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
path: ~/.conan2/ path: ~/.conan2/

View file

@ -83,7 +83,7 @@ jobs:
sccache-test-${{ matrix.os }}-${{ matrix.qt-version }} sccache-test-${{ matrix.os }}-${{ matrix.qt-version }}
- name: Cache conan packages - name: Cache conan packages
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }} key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
path: ~/.conan2/ path: ~/.conan2/

@ -1 +1 @@
Subproject commit 6baee9ef9d5657ab582c8a4b9f885ec58ed502d0 Subproject commit 7923dbbf72da303ca1cca17efd24725668992f15

@ -1 +1 @@
Subproject commit 87ed4d950319d8da1191431f5c8c84d1fdcb92a5 Subproject commit 7e99623f5f6862d226df9d5049edf1c8532be028