Skip to content

Commit

Permalink
Merge pull request #998 from eventflow/update-bake
Browse files Browse the repository at this point in the history
Update Bake
  • Loading branch information
rasmus committed Jun 13, 2023
2 parents c917d4f + 70be6de commit ed8941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# https://github.com/rasmus/Bake
- name: Install Bake
run: dotnet tool install -g --version 0.20.33-beta Bake
run: dotnet tool install -g --version 0.21.34-beta Bake

- name: Run Bake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# https://github.com/rasmus/Bake
- name: Install Bake
run: dotnet tool install -g --version 0.20.33-beta Bake
run: dotnet tool install -g --version 0.21.34-beta Bake

- name: Run Bake
run: |
Expand Down

0 comments on commit ed8941a

Please sign in to comment.