chore(deps): update cachix/install-nix-action action to v27

This commit is contained in:
renovate[bot]
2024-05-15 20:08:23 +00:00
parent 92589ee2ed
commit a90cec4e7b
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: Build website (${{ env.DOCSPELL_VERSION }})

View File

@ -14,7 +14,7 @@ jobs:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- name: sbt ci ${{ github.ref }}
run: nix develop .#ci --command sbt ci
ci:

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: sbt ci ${{ github.ref }}

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: sbt make-pkg (${{ env.DOCSPELL_VERSION }})

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v27
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: Build website (${{ env.DOCSPELL_VERSION }})