File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
with :
13
13
fetch-depth : 0
14
- - uses : cachix/install-nix-action@v29
14
+ - uses : cachix/install-nix-action@v30
15
15
- name : Set current version
16
16
run : echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
17
17
- name : Build website (${{ env.DOCSPELL_VERSION }})
Original file line number Diff line number Diff line change 14
14
fetch-depth : 100
15
15
- name : Fetch tags
16
16
run : git fetch --depth=100 origin +refs/tags/*:refs/tags/*
17
- - uses : cachix/install-nix-action@v29
17
+ - uses : cachix/install-nix-action@v30
18
18
- name : sbt ci ${{ github.ref }}
19
19
run : nix develop .#ci --command sbt ci
20
20
ci :
Original file line number Diff line number Diff line change 12
12
13
13
with :
14
14
fetch-depth : 0
15
- - uses : cachix/install-nix-action@v29
15
+ - uses : cachix/install-nix-action@v30
16
16
- name : Set current version
17
17
run : echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
18
18
- name : sbt ci ${{ github.ref }}
Original file line number Diff line number Diff line change 12
12
13
13
with :
14
14
fetch-depth : 0
15
- - uses : cachix/install-nix-action@v29
15
+ - uses : cachix/install-nix-action@v30
16
16
- name : Set current version
17
17
run : echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
18
18
- name : sbt make-pkg (${{ env.DOCSPELL_VERSION }})
Original file line number Diff line number Diff line change 10
10
11
11
with :
12
12
fetch-depth : 0
13
- - uses : cachix/install-nix-action@v29
13
+ - uses : cachix/install-nix-action@v30
14
14
- name : Set current version
15
15
run : echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
16
16
- name : Build website (${{ env.DOCSPELL_VERSION }})
You can’t perform that action at this time.
0 commit comments