Skip to content

Commit

Permalink
Merge branch 'main' into combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 authored Jan 15, 2024
2 parents 38b0c06 + 117ba0b commit 037a6b5
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
# If PR is from a non-collaborator (e. g. dependabot) the secrets are missing and the login to cachix fails.
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v4.1.0
uses: github/combine-prs@v5.0.0
with:
github_token: ${{ github.token }}
labels: "dependabot,combined-pr"
2 changes: 1 addition & 1 deletion .github/workflows/update_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
Loading

0 comments on commit 037a6b5

Please sign in to comment.