Skip to content

Commit

Permalink
Update README to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Mar 25, 2024
1 parent ec36482 commit e8f589e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Set up cache
uses: zombiezen/setup-nix-cache-action@v0.3.1
uses: zombiezen/setup-nix-cache-action@v0.3.2
with:
substituters: s3://example-bucket
secret_keys: ${{ secrets.NIX_PRIVATE_KEY }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# for details on how to set up.
uses: google-github-actions/auth@v1
- name: Set up cache
uses: zombiezen/setup-nix-cache-action@v0.3.1
uses: zombiezen/setup-nix-cache-action@v0.3.2
with:
substituters: gs://example-bucket
secret_keys: ${{ secrets.NIX_PRIVATE_KEY }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Set up cache
uses: zombiezen/setup-nix-cache-action@v0.3.1
uses: zombiezen/setup-nix-cache-action@v0.3.2
with:
substituters: s3://example-bucket?endpoint=https://storage.googleapis.com
secret_keys: ${{ secrets.NIX_PRIVATE_KEY }}
Expand Down

0 comments on commit e8f589e

Please sign in to comment.