Compare commits

...

2 commits

Author SHA1 Message Date
raf
aebdb95a96
Merge pull request #2 from NotAShelf/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2026-05-14 14:15:26 +03:00
dependabot[bot]
44ebb4fc64
build(deps): 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>
2026-05-14 08:36:54 +00:00

View file

@ -13,7 +13,7 @@ jobs:
pull-requests: write
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0