Skip to content

Commit

Permalink
Merge pull request #4 from cyntheticfox/dependabot/github_actions/cac…
Browse files Browse the repository at this point in the history
…hix/install-nix-action-21

Bump cachix/install-nix-action from 19 to 21
  • Loading branch information
cyntheticfox authored Dec 18, 2023
2 parents 606ee29 + a98300c commit 7036d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build database
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-23.11.tar.gz
- name: run nix-index
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: upload-index
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v21
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand Down

0 comments on commit 7036d28

Please sign in to comment.