Skip to content

Commit

Permalink
feat: update nix-flake-inputs actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Aug 5, 2024
1 parent 3481beb commit 701be66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nix-flake-inputs-update.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: "Nix Flake Inputs Update"

on:
Expand All @@ -13,13 +15,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Update flake inputs
id: update
uses: DeterminateSystems/update-flake-lock@v20
uses: DeterminateSystems/update-flake-lock@v23
with:
pr-title: "chore: update flake.lock"
commit-msg: "chore: update flake.lock"
Expand All @@ -29,4 +31,5 @@ jobs:
merge-queue
- name: Print PR number
run: echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.
run: |
echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.

0 comments on commit 701be66

Please sign in to comment.