Skip to content

Commit

Permalink
Upgrade actions to fix CI (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas authored Jun 11, 2023
1 parent 9446193 commit 5b38198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v10
- uses: cachix/install-nix-action@v21
- uses: cachix/cachix-action@v12
with:
name: beam-ci
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit 5b38198

Please sign in to comment.