mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Merge pull request #51 from cachix/dependabot/github_actions/cachix/install-nix-action-v10
chore(deps): bump cachix/install-nix-action from v9 to v10
This commit is contained in:
commit
bef08570fe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run: yarn build
|
||||
# check if typescript generation was committed
|
||||
- run: git diff --exit-code
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- uses: cachix/install-nix-action@v10
|
||||
- name: Test public cache
|
||||
uses: ./
|
||||
with:
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- uses: cachix/install-nix-action@v10
|
||||
- name: Test public cache no signing key
|
||||
uses: ./
|
||||
with:
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- uses: cachix/install-nix-action@v10
|
||||
- name: Test private cache
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue