From 2bfc7c8c9f3cdbb09de337a6432ec7837ea5e6a1 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 15 Jan 2024 09:46:36 +0100 Subject: [PATCH] chore(ci): update actions/checkout in GitHub workflows to v4 (#269) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd7c31e2..764ffacf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,7 +65,7 @@ jobs: target: "aarch64-uwp-windows-msvc" rust: nightly-2023-02-01 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install deps on linux if: startsWith(matrix.os, 'ubuntu') run: |