Update update.yml

This commit is contained in:
Sanjay Chacku Purakal 2024-04-24 13:14:05 +02:00 committed by GitHub
parent 4aa9869c1d
commit 18752aa714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
uses: DeterminateSystems/update-flake-lock@vX
with:
pr-title: "update" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
automated
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
commit-msg: "update"