2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-26 19:08:07 +00:00

chore(deps): bump actions/checkout from 6 to 6.0.3 (#839)

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-20 08:48:57 +02:00
committed by GitHub
parent 808ee30dd9
commit 3382d17f31
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
apt-get install -y wget tar git make curl
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.3
with:
submodules: recursive
@@ -57,7 +57,7 @@ jobs:
runs-on: windows-2025-vs2026
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.3
with:
submodules: recursive