Skip to content

Commit

Permalink
chore(github-action): update workflow/nix-shell-action action to v3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
  • Loading branch information
budimanjojo-bot[bot] authored and budimanjojo committed Sep 22, 2024
1 parent 6eb4314 commit 55e1426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
- uses: workflow/nix-shell-action@v3.3.2
- uses: workflow/nix-shell-action@v3.4.0
with:
working-directory: docs
flakes-from-devshell: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
- uses: workflow/nix-shell-action@v3.3.2
- uses: workflow/nix-shell-action@v3.4.0
with:
flakes-from-devshell: true
script: bash ./scripts/update-flake.sh
Expand Down

0 comments on commit 55e1426

Please sign in to comment.