From a08280d3c3c0dc3da37693106bd8d9824214aa9a Mon Sep 17 00:00:00 2001 From: Alex Stelea Date: Thu, 1 Feb 2024 22:14:01 +0800 Subject: [PATCH] ci: update action dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b33a99f..9085b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: RDXWorks-actions/checkout@main - name: Use Node.js - uses: actions/setup-node@v3 + uses: RDXWorks-actions/setup-node@main with: node-version: '18.17.0'