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:
commit
b9531c0ce0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ${{ matrix.runs-on }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v23
|
||||
- uses: cachix/install-nix-action@v24
|
||||
- uses: ./
|
||||
- run: actionlint
|
||||
- run: shellcheck nix-develop-gha.sh
|
||||
|
|
Loading…
Reference in a new issue