From 85de801e59f0ea1a86d22f97e7b3e9ad69007c0c Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Thu, 18 May 2023 20:08:39 +0200 Subject: [PATCH] ci: update checkout to v3 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1f0e2f3..ab140a3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,7 +34,7 @@ jobs: run: pacman -Syu git rust clang gcc libarchive pkgconf --noconfirm --needed - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Format run: cargo fmt -- --check