Merge pull request #12 from nicknovitski/dependabot/github_actions/cachix/install-nix-action-25

chore(deps): bump cachix/install-nix-action from 24 to 25
This commit is contained in:
Nick Novitski 2024-02-16 15:17:03 -08:00 committed by GitHub
commit 290301ab99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24 - uses: cachix/install-nix-action@v25
- uses: ./ - uses: ./
- run: actionlint - run: actionlint
- run: shellcheck nix-develop-gha.sh - run: shellcheck nix-develop-gha.sh