Skip to content

Commit

Permalink
Update cachix/install-nix-action action to v30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2024
1 parent 559f6df commit 038b843
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- 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 }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v29
- uses: cachix/install-nix-action@v30
- name: sbt ci ${{ github.ref }}
run: nix develop .#ci --command sbt ci
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: sbt ci ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- 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 }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- 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 }})
Expand Down

0 comments on commit 038b843

Please sign in to comment.