From 6d4406813a7b53f20bafbfb8c15d466a52500553 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 20 May 2024 18:57:46 +0700 Subject: [PATCH] ci: Update to `actions/checkout@v4` (#53) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ba04c4..1ba9e86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable