Merge pull request #77 from nix-community/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Jörg Thalheim 2023-09-11 12:57:14 +02:00 committed by GitHub
commit 6133fb20e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
with: