Skip to content

Commit

Permalink
Update to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Apr 11, 2024
1 parent 69460d2 commit 78efa9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2
uses: zombiezen/setup-nix-cache-action@v0.4.0
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.2
uses: zombiezen/setup-nix-cache-action@v0.4.0
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.2
uses: zombiezen/setup-nix-cache-action@v0.4.0
with:
substituters: s3://example-bucket?endpoint=https://storage.googleapis.com
secret_keys: ${{ secrets.NIX_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-nix-cache-action",
"version": "0.1.0",
"version": "0.4.0",
"description": "Configure Nix to read from (and optionally write to) a custom cache",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 78efa9d

Please sign in to comment.