diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 93015e3f..93ad9283 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 'latest' cache: 'npm' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6989f1fe..734a8446 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: 🔀 Checkout uses: actions/checkout@v7 - name: 🚩 Configure node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest - name: 🔧 Install, check and build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 703c7dab..0faf7d90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - name: 🔀 Checkout uses: actions/checkout@v7 - name: 🚩 Configure node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest - name: 🔧 Install and build diff --git a/.github/workflows/todo-comment.yml b/.github/workflows/todo-comment.yml index a6612848..829bf48b 100644 --- a/.github/workflows/todo-comment.yml +++ b/.github/workflows/todo-comment.yml @@ -20,7 +20,7 @@ jobs: - name: 🔀 Checkout uses: actions/checkout@v7 - name: 🚩 Configure node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: latest - name: 🔧 Install and build