Merge pull request #9 from nicknovitski/dependabot/github_actions/cachix/install-nix-action-24

chore(deps): bump cachix/install-nix-action from 23 to 24
This commit is contained in:
Nick Novitski 2023-12-13 13:07:00 -08:00 committed by GitHub
commit b9531c0ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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@v23 - uses: cachix/install-nix-action@v24
- uses: ./ - uses: ./
- run: actionlint - run: actionlint
- run: shellcheck nix-develop-gha.sh - run: shellcheck nix-develop-gha.sh