From 4fa472c9dfefe4838c1a21d9c16df9f943186285 Mon Sep 17 00:00:00 2001 From: James Niken Date: Wed, 23 Apr 2025 12:21:54 +0300 Subject: [PATCH] ci: bump actions/checkout to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482cb60..8fc2914 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: components: rustfmt - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build and test run: |