Skip to content

Commit e57a9cb

Browse files
Brooooooklyndarkskygit
authored andcommitted
chore: update dependencies (y-octo#45)
1 parent 4cf2c2e commit e57a9cb

File tree

4 files changed

+77
-58
lines changed

4 files changed

+77
-58
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: master
2626

@@ -38,7 +38,7 @@ jobs:
3838
cargo bench --bench update_benchmarks --features bench -- --save-baseline master
3939
4040
- name: Checkout master branch
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
clean: false
4444
ref: ${{ github.event.pull_request.head.sha }}
@@ -52,7 +52,7 @@ jobs:
5252
cargo bench --bench update_benchmarks --features bench -- --save-baseline pr
5353
5454
- name: Upload benchmark results
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: benchmark-results-${{ matrix.os }}
5858
path: ./target/criterion
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
with:
7070
fetch-depth: 0
7171

@@ -80,7 +80,7 @@ jobs:
8080
tool: critcmp
8181

8282
- name: Linux | Download PR benchmark results
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4
8484
with:
8585
name: benchmark-results-ubuntu-latest
8686
path: ./target/criterion
@@ -95,7 +95,7 @@ jobs:
9595
run: rm -rf ./target/criterion
9696

9797
- name: Windows | Download PR benchmark results
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: benchmark-results-windows-latest
101101
path: ./target/criterion

.github/workflows/pr-auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
add-reviews:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: kentaro-m/auto-assign-action@v1.2.4
12+
- uses: kentaro-m/auto-assign-action@v2.0.0

0 commit comments

Comments
 (0)