From 4acc04f67b456c073654c7ff308d1ea5a2f41d24 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 12 Nov 2023 18:49:13 -0800 Subject: [PATCH] actions/checkout: 3 -> 4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3798d8c1..589d696a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: ci: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: cargo check