From 4d1e10f6d1005d81fc9ce8c2a02c5750390ae620 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Mon, 9 Jan 2023 02:24:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc1c11..7cdb56b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build run: cargo build --release - name: Upload binaries to release