1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:17:46 +00:00

CI: Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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-11 01:51:11 +00:00 committed by Tim Flynn
parent b738929195
commit 38d9c4d19c
9 changed files with 15 additions and 15 deletions

View file

@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout SerenityOS/serenity
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies Ubuntu
run: |