1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-07-04 23:09:58 +00:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Maurice Heumann 7d36b00c31 Merge pull request #25 from momo5502/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-07-01 11:49:24 +02:00
Maurice Heumann f2d080d2f7 Merge pull request #23 from momo5502/dependabot/submodules/external/FindWDK-ff531a9
Bump external/FindWDK from `1e41c97` to `ff531a9`
2026-07-01 11:48:59 +02:00
Maurice Heumann 513b7c74d6 Merge pull request #24 from momo5502/dependabot/submodules/external/ia32-doc-6bfdd0e
Bump external/ia32-doc from `2bc5284` to `6bfdd0e`
2026-07-01 11:48:45 +02:00
dependabot[bot] 48177ee2c9 Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 09:44:27 +00:00
dependabot[bot] ef3a853a87 Bump external/ia32-doc from 2bc5284 to 6bfdd0e
Bumps [external/ia32-doc](https://github.com/wbenny/ia32-doc) from `2bc5284` to `6bfdd0e`.
- [Commits](https://github.com/wbenny/ia32-doc/compare/2bc5284e04ff862220def160517bc72baf3d1a03...6bfdd0e8efe1a4f9c8489a93fe582a6e2e587c19)

---
updated-dependencies:
- dependency-name: external/ia32-doc
  dependency-version: 6bfdd0e8efe1a4f9c8489a93fe582a6e2e587c19
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 09:42:18 +00:00
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
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- release
steps:
- name: Check out files
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true
fetch-depth: 0