Skip to content

Commit

Permalink
Merge pull request #539 from reneleonhardt/updates
Browse files Browse the repository at this point in the history
chore(deps): Update dependencies
  • Loading branch information
hatoo authored Jul 19, 2024
2 parents d762955 + b865c83 commit 483d173
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 251 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/pgo/server"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/release-pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
targets: ${{ matrix.target }}
components: llvm-tools-preview
- run: cargo install cargo-pgo --version 0.2.6
- run: cargo install cargo-pgo --version 0.2.8
- uses: oven-sh/setup-bun@v1
- run: bun run pgo.js --target ${{ matrix.target }} ${{ matrix.additional_args }}
- name: Upload binaries to release
Expand Down
Loading

0 comments on commit 483d173

Please sign in to comment.