Merge pull request #2 from nicknovitski/dependabot/github_actions/cachix/install-nix-action-23
chore(deps): bump cachix/install-nix-action from 22 to 23
This commit is contained in:
commit
d568766b74
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@v22
|
||||
- uses: cachix/install-nix-action@v23
|
||||
- uses: ./
|
||||
- run: actionlint
|
||||
- run: shellcheck nix-develop-gha.sh
|
||||
|
|
Loading…
Reference in a new issue