Skip to content

Commit

Permalink
Merge pull request #71 from boinkor-net/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-f90ebc3e32

build(deps): Bump the github-actions group with 1 update
  • Loading branch information
antifuchs authored Mar 9, 2024
2 parents 4b04242 + 4a70266 commit 884c4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
- run: nix build --no-link path:.#

flake_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
- run: nix flake check path:.
2 changes: 1 addition & 1 deletion .github/workflows/nix_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
- uses: fregante/setup-git-user@v2
- run: nix flake update --commit-lock-file
- run: nix flake check .
Expand Down

0 comments on commit 884c4ce

Please sign in to comment.