diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 23440ad..3a75892 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -24,7 +24,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -71,7 +71,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1ba32fa..0cd97d9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -52,7 +52,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -77,7 +77,7 @@ jobs: - name: Commit fixed formatting issues if: ${{ failure() }} - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "๐Ÿงน style: apply automatic formatting fixes" branch: ${{ github.head_ref }} @@ -97,7 +97,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -122,7 +122,7 @@ jobs: - name: Commit fixed linting issues if: ${{ failure() }} - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "๐Ÿ› fix: apply automatic linting fixes" branch: ${{ github.head_ref }} @@ -140,7 +140,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -197,7 +197,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -238,7 +238,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false diff --git a/.github/workflows/DependabotBot.yml b/.github/workflows/DependabotBot.yml index dd747df..8482396 100644 --- a/.github/workflows/DependabotBot.yml +++ b/.github/workflows/DependabotBot.yml @@ -29,7 +29,7 @@ jobs: node-version: 22 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false @@ -58,7 +58,7 @@ jobs: continue-on-error: true - name: Commit formatting changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "๐Ÿงน style: apply formatting to dependabot PR" branch: ${{ github.head_ref }}