chore(deps): bump the github-actions group with 1 update

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-26 16:06:55 +00:00
committed by Henrik Friedrichsen
parent c4e31210a8
commit 08c2b8c301
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ jobs:
run: |
apt update
apt install -y ${{ matrix.dependencies }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout src
- uses: actions/cache@v3
with: