2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-07-02 22:08:11 +00:00

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#858)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [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.0.3...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  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>
This commit is contained in:
dependabot[bot]
2026-06-27 10:31:07 +02:00
committed by GitHub
parent 7cdd9cc78c
commit c80237c0e9
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
apt-get install -y wget tar git make curl ${{ matrix.gtk_packages }}
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
submodules: recursive
@@ -112,7 +112,7 @@ jobs:
uses: microsoft/setup-msbuild@v3.0.0
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
submodules: recursive