From 1ad726d02da4c07325b598aa0e9cbbd23616543a Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Tue, 3 Oct 2023 18:55:45 +0200 Subject: [PATCH] Update example workflow in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa33146..2d2d5ac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: name: cargo fmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Ensure rustfmt is installed and setup problem matcher - uses: actions-rust-lang/setup-rust-toolchain@v1 with: