Skip to content

Commit

Permalink
Merge pull request #8 from mrcjkb/dependabot/github_actions/cachix/in…
Browse files Browse the repository at this point in the history
…stall-nix-action-22

chore(deps): bump cachix/install-nix-action from 21 to 22
  • Loading branch information
mrcjkb committed Jun 19, 2023
2 parents 292835f + a19ca23 commit d2998f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v21
uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v22
- run: |
nix profile install --accept-flake-config "${{ github.action_path }}#lua-typecheck-action"
shell: bash
Expand Down

0 comments on commit d2998f6

Please sign in to comment.