Skip to content

Commit d453ccb

Browse files
committed
chore(deps): Update dependencies
1 parent 19be834 commit d453ccb

File tree

10 files changed

+182
-130
lines changed

10 files changed

+182
-130
lines changed

.changes/1513.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "Update dependencies",
3+
"type": "fixed"
4+
}

.github/actions/cargo-llvm-cov/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Install cargo-llvm-cov
1515
uses: taiki-e/install-action@v2
1616
with:
17-
tool: cargo-llvm-cov@0.5.3
17+
tool: cargo-llvm-cov@0.6.10
1818
- run: rustup component add llvm-tools-preview
1919
shell: bash
2020
- name: LLVM instrument coverage

.github/actions/cargo-publish/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
github.ref == format('refs/heads/{0}', github.event.repository.default_branch) ||
5050
startsWith(github.ref, 'refs/tags/v')
5151
)
52-
uses: softprops/action-gh-release@v1
52+
uses: softprops/action-gh-release@v2
5353
with:
5454
tag_name: ${{ (github.ref_type == 'tag' && github.ref_name) || 'Unreleased' }}
5555
body: ${{ steps.changelog-reader.outputs.changes }}

.github/actions/post/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ inputs:
99
description: 'Post command/script.'
1010
required: true
1111
runs:
12-
using: 'node16'
12+
using: 'node20'
1313
main: 'main.js'
1414
post: 'main.js'

.github/dependabot.yml

+32
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,35 @@ updates:
4848
github_actions:
4949
patterns:
5050
- "*"
51+
- package-ecosystem: "cargo"
52+
directory: "/"
53+
schedule:
54+
interval: "weekly"
55+
groups:
56+
rust_dependencies:
57+
patterns:
58+
- "*"
59+
- package-ecosystem: "cargo"
60+
directory: "/xtask"
61+
schedule:
62+
interval: "weekly"
63+
groups:
64+
rust_dependencies:
65+
patterns:
66+
- "*"
67+
- package-ecosystem: "gitsubmodule"
68+
directory: "/"
69+
schedule:
70+
interval: "weekly"
71+
groups:
72+
build_dependencies:
73+
patterns:
74+
- "*"
75+
- package-ecosystem: "pip"
76+
directory: "/docker/android"
77+
schedule:
78+
interval: "weekly"
79+
groups:
80+
python_dependencies:
81+
patterns:
82+
- "*"

0 commit comments

Comments
 (0)