ci: bump actions/checkout from 4 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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>
This commit is contained in:
dependabot[bot] 2025-12-25 19:08:44 +00:00 committed by GitHub
parent dfdd04593c
commit ebae1d6036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View file

@ -60,7 +60,7 @@ jobs:
echo "✅ Deploying from main branch"
- name: Check recent commits
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 10
@ -146,7 +146,7 @@ jobs:
url: https://api.manacore.app
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0