Skip to content

Commit 7700e29

Browse files
authored
Merge pull request #9 from jnises/update-deps-2
Update deps 2
2 parents 2cee91e + a4c7700 commit 7700e29

File tree

4 files changed

+54
-28
lines changed

4 files changed

+54
-28
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
win_build:
1010
runs-on: windows-2022
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/cache@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/cache@v4
1414
with:
1515
path: |
1616
~/.cargo/bin/
@@ -32,8 +32,8 @@ jobs:
3232
mac_build:
3333
runs-on: macos-12
3434
steps:
35-
- uses: actions/checkout@v3
36-
- uses: actions/cache@v3
35+
- uses: actions/checkout@v4
36+
- uses: actions/cache@v4
3737
with:
3838
path: |
3939
~/.cargo/bin/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/cache@v3
18+
- uses: actions/checkout@v4
19+
- uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cargo/bin/

Cargo.lock

Lines changed: 46 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-suggest-reviewers"
3-
version = "1.4.11"
3+
version = "1.4.12"
44
authors = ["Joel Nises <[email protected]>"]
55
edition = "2021"
66

@@ -12,7 +12,7 @@ panic = "abort"
1212
anyhow = "1.0"
1313
clap = { version = "4.0", features = ["derive"] }
1414
log = "0.4"
15-
stderrlog = "0.5"
15+
stderrlog = "0.6"
1616
indicatif = "0.17"
1717
rayon = "1.5"
1818
thread_local = "1.1"

0 commit comments

Comments
 (0)