From 93ca41c33a0432c5351afa032443c4411e97a70c Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 24 Feb 2024 11:08:51 +0100 Subject: [PATCH] docs: update checkout action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f8f09..489d543 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest name: Test cargo-bump steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Bump version uses: tj-actions/cargo-bump@v3 # Commit and Push changes to the Cargo.toml