From 8d5689fb6951277827f1d5c8155125a5b09a4418 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 19 Nov 2023 22:33:07 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c84237..fdf0808 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Build run: cargo build --release --locked - name: Upload binaries to release