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

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Jörg Thalheim
2023-09-11 12:56:32 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
- nixos-23.05
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix-shell --run ./ci.sh
env: