build(deps): bump actions/checkout from 3 to 4 (#5)

This commit is contained in:
dependabot[bot] 2023-09-04 17:39:34 +02:00 committed by GitHub
parent 51173ad8d0
commit 7e6a883429
Failed to generate hash of commit

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}