Skip to content

Commit 343a02e

Browse files
Update cachix/install-nix-action action to v30
1 parent 559f6df commit 343a02e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
with:
1313
fetch-depth: 0
14-
- uses: cachix/install-nix-action@v29
14+
- uses: cachix/install-nix-action@v30
1515
- name: Set current version
1616
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
1717
- name: Build website (${{ env.DOCSPELL_VERSION }})

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 100
1515
- name: Fetch tags
1616
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
17-
- uses: cachix/install-nix-action@v29
17+
- uses: cachix/install-nix-action@v30
1818
- name: sbt ci ${{ github.ref }}
1919
run: nix develop .#ci --command sbt ci
2020
ci:

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
fetch-depth: 0
15-
- uses: cachix/install-nix-action@v29
15+
- uses: cachix/install-nix-action@v30
1616
- name: Set current version
1717
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
1818
- name: sbt ci ${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
fetch-depth: 0
15-
- uses: cachix/install-nix-action@v29
15+
- uses: cachix/install-nix-action@v30
1616
- name: Set current version
1717
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
1818
- name: sbt make-pkg (${{ env.DOCSPELL_VERSION }})

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/[email protected]
1111
with:
1212
fetch-depth: 0
13-
- uses: cachix/install-nix-action@v29
13+
- uses: cachix/install-nix-action@v30
1414
- name: Set current version
1515
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
1616
- name: Build website (${{ env.DOCSPELL_VERSION }})

0 commit comments

Comments
 (0)