diff --git a/.github/workflows/on_push_branch_execute_ci.yml b/.github/workflows/on_push_branch_execute_ci.yml index 9ed7413..c1c5d8c 100644 --- a/.github/workflows/on_push_branch_execute_ci.yml +++ b/.github/workflows/on_push_branch_execute_ci.yml @@ -19,7 +19,7 @@ jobs: task: [lint, test:ci, build:prod] steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Enable Corepack run: corepack enable - name: Setup Node