1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-05-22 23:31:43 +00:00

7 Commits

Author SHA1 Message Date
dependabot[bot] 6ce923a2cd Bump external/FindWDK from 1e41c97 to ff531a9
Bumps [external/FindWDK](https://github.com/SergiusTheBest/FindWDK) from `1e41c97` to `ff531a9`.
- [Commits](https://github.com/SergiusTheBest/FindWDK/compare/1e41c97ed8511bd1085eb707e2c357d9f159963f...ff531a9533b6d38f0ab62e23da2205b0cfe0d51b)

---
updated-dependencies:
- dependency-name: external/FindWDK
  dependency-version: ff531a9533b6d38f0ab62e23da2205b0cfe0d51b
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-01 11:06:25 +00:00
Maurice Heumann ebd608818c Merge pull request #21 from momo5502/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2026-03-01 11:09:09 +01:00
dependabot[bot] 5ef31e13d6 Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 09:44:20 +00:00
Maurice Heumann 19cc05a2a3 Merge pull request #20 from momo5502/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2026-01-01 11:14:08 +01:00
Maurice Heumann 8431b0733d Merge pull request #19 from momo5502/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2026-01-01 11:14:02 +01:00
dependabot[bot] b8f570a0d4 Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 09:08:23 +00:00
dependabot[bot] ccf5f0260b Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 11:17:28 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- release - release
steps: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
run: cmake --build --preset=${{matrix.configuration}} run: cmake --build --preset=${{matrix.configuration}}
- name: Upload ${{matrix.configuration}} binaries - name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v7
with: with:
name: ${{matrix.configuration}} binaries name: ${{matrix.configuration}} binaries
path: | path: |