Skip to content

Commit

Permalink
Merge pull request #46 from zeta-chain/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/cachix-action-15

build(deps): bump cachix/cachix-action from 12 to 15
  • Loading branch information
fbac authored Jul 19, 2024
2 parents f76211b + 01a55a3 commit 4fb6c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: ethermint
- uses: technote-space/[email protected]
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: ethermint
- uses: technote-space/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: ethermint
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: ethermint
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
Expand Down

0 comments on commit 4fb6c75

Please sign in to comment.