Skip to content

Commit

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

build(deps): Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group
  • Loading branch information
antifuchs authored Jun 9, 2024
2 parents c8fd10f + 2b4fb9c commit 28f3e3e
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 @@ -7,13 +7,13 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: cachix/install-nix-action@V27
- run: nix build --no-link path:.#

flake_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: cachix/install-nix-action@V27
- 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 @@ -11,7 +11,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: cachix/install-nix-action@V27
- uses: fregante/setup-git-user@v2
- run: nix flake update --commit-lock-file
Expand Down

0 comments on commit 28f3e3e

Please sign in to comment.