Merge pull request #42 from nix-community/ci

update update-flake-lock action
This commit is contained in:
Jörg Thalheim 2022-12-16 15:06:19 +00:00 committed by GitHub
commit 3dbc19d46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v18
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v14
uses: DeterminateSystems/update-flake-lock@v15
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}