diff --git a/.github/workflows/custom_nodes_ci.yml b/.github/workflows/custom_nodes_ci.yml index a39eead..9af75ee 100644 --- a/.github/workflows/custom_nodes_ci.yml +++ b/.github/workflows/custom_nodes_ci.yml @@ -14,10 +14,10 @@ jobs: working-directory: ./custom_nodes steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/process-pipelines.yml b/.github/workflows/process-pipelines.yml index 5bb8cf4..9d316f6 100644 --- a/.github/workflows/process-pipelines.yml +++ b/.github/workflows/process-pipelines.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create new branch and run script - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: ref: main - run: |