Bump actions/checkout from 2.7.0 to 4.1.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v2.7.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
هذا الالتزام موجود في:
dependabot[bot]
2023-10-23 12:38:30 +00:00
ملتزم من قبل GitHub
الأصل d2d3fa5839
التزام 9450286254
14 ملفات معدلة مع 16 إضافات و16 حذوفات

عرض الملف

@@ -50,10 +50,10 @@ jobs:
shell: perl {0}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Reference a specific commit
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
# Reference the major version of a release
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
# Reference a specific version
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
# Reference a branch
- uses: actions/checkout@main