From f3250501b07b46612436230f52e68bd7bf78475d Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 7 Mar 2024 07:49:53 +0100 Subject: [PATCH] chore: update to actions/checkout@v4 --- .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 f6eb605..78424c6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,7 +6,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v2 with: