From d26927786b61441288f6fca32285ac2fd8c144f0 Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Fri, 16 Aug 2024 23:26:33 +0700 Subject: [PATCH] Upgrades actions/checkout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c857cb6..5018bee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check code styles run: cargo fmt --check - name: Run Clippy