Skip to content

Commit

Permalink
ci: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Apr 15, 2024
1 parent c6c1474 commit c576b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v26

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
with:
name: dconf2nix
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
Expand Down

0 comments on commit c576b50

Please sign in to comment.