From 348df3b394396f8fdd05b2275700a9f2e250dea8 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 11:10:31 +0100 Subject: [PATCH] chore: improve ci powershell --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6666f37..eb04fc7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -126,7 +126,7 @@ jobs: components: rustfmt - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: 'recursive' @@ -159,7 +159,7 @@ jobs: if: success() # Run only if the generate-bindgen job succeeds steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Download generated files uses: actions/download-artifact@v4