Skip to content

Commit f9e1342

Browse files
authored
Merge branch 'main' into chore/ci-permissions
2 parents 8f6adf1 + 7c1f39a commit f9e1342

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020

2121
steps:
22-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
22+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
2323
# All stale bot options: https://github.com/actions/stale#all-options
2424
with:
2525
# Idle number of days before marking issues/PRs stale

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nix = { workspace = true, features = [
4242
"sched",
4343
] }
4444
oci-spec = { workspace = true, features = ["runtime"] }
45-
signal-hook = "0.3.18"
45+
signal-hook = "0.4.4"
4646
serde = { workspace = true, features = ["derive", "std"] }
4747
serde_json = { workspace = true, features = ["std"] }
4848
tempfile.workspace = true

0 commit comments

Comments
 (0)