Skip to content

Commit 0b3d489

Browse files
authored
chore: bump the dependencies group with 3 updates (#40)
2 parents d5b6430 + 35f5860 commit 0b3d489

File tree

5 files changed

+409
-134
lines changed

5 files changed

+409
-134
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
# Needed for the tests
2525
- name: Set git username
26-
run: git config --global user.name "alex289"
26+
run: git config --global user.name ${{ github.repository_owner}}
2727

2828
- name: Check dependencies
29-
run: cargo install --locked cargo-deny && cargo deny check
29+
uses: EmbarkStudios/cargo-deny-action@v2
3030

3131
- name: Install dependencies
3232
run: cargo build --verbose

0 commit comments

Comments
 (0)