Skip to content

Commit 6207b61

Browse files
chore(deps): update actions/checkout action to v4
1 parent 9e7b6de commit 6207b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Build
1717
run: cargo build
1818
- name: Run tests
@@ -26,6 +26,6 @@ jobs:
2626
format:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Format Rust code
3131
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)