Skip to content

Commit a2d5a4b

Browse files
dependabot[bot]dcoles
authored andcommitted
build(deps): bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6828fd4 commit a2d5a4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: ${{ inputs.target }}
1717
steps:
18-
- uses: actions/[email protected].4
18+
- uses: actions/[email protected].5
1919
- run: rustup component add llvm-tools
2020
- run: sudo apt install libudev-dev
2121
- name: Build

.github/workflows/_lints.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: ${{ inputs.target }}
1717
steps:
18-
- uses: actions/[email protected].4
18+
- uses: actions/[email protected].5
1919
- name: Install build dependencies
2020
run: sudo apt install libudev-dev
2121
- name: Run Clippy
@@ -36,7 +36,7 @@ jobs:
3636
run:
3737
working-directory: ${{ inputs.target }}
3838
steps:
39-
- uses: actions/[email protected].4
39+
- uses: actions/[email protected].5
4040
- name: Install build dependencies
4141
run: sudo apt install libudev-dev
4242
- uses: dtolnay/rust-toolchain@beta
@@ -62,7 +62,7 @@ jobs:
6262
run:
6363
working-directory: ${{ inputs.target }}
6464
steps:
65-
- uses: actions/[email protected].4
65+
- uses: actions/[email protected].5
6666
- name: Install build dependencies
6767
run: sudo apt install libudev-dev
6868
# Use nightly Rust (as docs.rs does), because some of our dependencies enable the
@@ -86,5 +86,5 @@ jobs:
8686
run:
8787
working-directory: ${{ inputs.target }}
8888
steps:
89-
- uses: actions/[email protected].4
89+
- uses: actions/[email protected].5
9090
- run: cargo fmt --all --check

0 commit comments

Comments
 (0)