Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Jun 14, 2024
1 parent 19be834 commit d453ccb
Show file tree
Hide file tree
Showing 10 changed files with 182 additions and 130 deletions.
4 changes: 4 additions & 0 deletions .changes/1513.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Update dependencies",
"type": "fixed"
}
2 changes: 1 addition & 1 deletion .github/actions/cargo-llvm-cov/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov@0.5.3
tool: cargo-llvm-cov@0.6.10
- run: rustup component add llvm-tools-preview
shell: bash
- name: LLVM instrument coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/cargo-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
github.ref == format('refs/heads/{0}', github.event.repository.default_branch) ||
startsWith(github.ref, 'refs/tags/v')
)
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ (github.ref_type == 'tag' && github.ref_name) || 'Unreleased' }}
body: ${{ steps.changelog-reader.outputs.changes }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ inputs:
description: 'Post command/script.'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'main.js'
post: 'main.js'
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,35 @@ updates:
github_actions:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
rust_dependencies:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "/xtask"
schedule:
interval: "weekly"
groups:
rust_dependencies:
patterns:
- "*"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
groups:
build_dependencies:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/docker/android"
schedule:
interval: "weekly"
groups:
python_dependencies:
patterns:
- "*"
Loading

0 comments on commit d453ccb

Please sign in to comment.