ci: bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [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/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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] 2023-09-12 16:33:42 +00:00 committed by Pino Toscano
parent 4bc194ab92
commit c56c17bef4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
image: fedora:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install RPM build deps
run: |

View File

@ -24,7 +24,7 @@ jobs:
run: |
dnf install -y python3-setuptools gettext git diffutils
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# This fetches full git history. We need that for proper
# branch updating