chore(deps): update actions/checkout action to v5 (#247)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-12 12:37:42 +02:00 committed by GitHub
parent 8138cc3ec5
commit de56ed844d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repo"
uses: "actions/checkout@v4"
uses: "actions/checkout@v5"
- name: "Install the Nix package manager"
uses: "cachix/install-nix-action@master"
with: