From 5774cc6e0d42138a4846178b9c27c8b5b548e92c Mon Sep 17 00:00:00 2001 From: Rej Ect Date: Tue, 12 Aug 2025 10:20:38 +0300 Subject: [PATCH] build: update checkout action to v5 --- .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 58ac1c9..b0bf4b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: install node uses: actions/setup-node@v3