Skip to content

Commit

Permalink
Update cachix/install-nix-action action to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 0cacdb2 commit 7748bad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v29
- run: nix build .#sharry-dev
ci-matrix:
runs-on: ubuntu-latest
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 100
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v29
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- name: Coursier cache
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@v27
- uses: cachix/install-nix-action@v29
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Set current version
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@v27
- uses: cachix/install-nix-action@v29
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Set current 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 @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- name: Set current version
run: echo "SHARRY_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v29
- name: Build website (${{ env.SHARRY_VERSION }})
run: nix develop .#ci --command sbt microsite/makeMicrosite
- name: Publish website (${{ env.SHARRY_VERSION }})
Expand Down

0 comments on commit 7748bad

Please sign in to comment.