Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump DeterminateSystems/magic-nix-cache-action from 4 to 6 #190

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "actionlint"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "install editorconfig-checker"
Expand All @@ -50,7 +50,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "lychee"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: 'nix develop --command "echo hello"'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "nix flake check"
Expand All @@ -48,7 +48,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "cargo clippy"
Expand All @@ -67,7 +67,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "cargo deny"
Expand All @@ -86,7 +86,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "cargo udeps"
Expand All @@ -105,7 +105,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "treefmt"
Expand All @@ -124,7 +124,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "build documentation"
Expand All @@ -145,7 +145,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "build dependencies"
Expand All @@ -164,7 +164,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "build dependencies msrv"
Expand All @@ -184,7 +184,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "build examples"
Expand All @@ -209,7 +209,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "cargo test"
Expand All @@ -230,7 +230,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "cargo doc"
Expand All @@ -249,7 +249,7 @@ jobs:
name: kenji
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v6
with:
diagnostic-endpoint: ""
- name: "typos"
Expand Down
Loading