Skip to content

Commit

Permalink
Update build pipeline to resolve deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Mar 16, 2024
1 parent c429c29 commit d8b4c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563
with:
diagnostic-endpoint:
- uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63
- uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41
with:
diagnostic-endpoint:
- name: No diff
Expand Down

0 comments on commit d8b4c68

Please sign in to comment.