Skip to content

Commit

Permalink
Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 (#3)
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v2...v3)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent bc6877a commit 137f03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v8
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@v3

- run: |
nix build . -L
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v8
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@v3

- run: |
nix build .#fmt-as-json && ./result
Expand Down

0 comments on commit 137f03f

Please sign in to comment.