Skip to content

Commit f7b2eec

Browse files
committed
ci: use gha checkout@v4 action
1 parent e72a8bb commit f7b2eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Install rustfmt from the rust stable toolchain
2020
uses: dtolnay/rust-toolchain@stable
2121
with:
@@ -26,7 +26,7 @@ jobs:
2626
name: Sugondat - latest
2727
runs-on: self-hosted
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: cargo build
3131
run: cargo build --verbose --all
3232
- name: cargo test
@@ -35,7 +35,7 @@ jobs:
3535
name: docker build
3636
runs-on: self-hosted
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Start Docker Daemon
4040
run: |
4141
dockerd &

0 commit comments

Comments
 (0)