diff --git a/.github/workflows/release_plugin.yml b/.github/workflows/release_plugin.yml index 8c1aa4f1..88df6389 100644 --- a/.github/workflows/release_plugin.yml +++ b/.github/workflows/release_plugin.yml @@ -13,15 +13,15 @@ jobs: runs-on: 'ubuntu-latest' timeout-minutes: 20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: outsystems fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN_GITHUB }} - name: Install Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: - node-version: 25 + node-version: 24 - name: Install dependencies run: npm ci - name: Configure Git diff --git a/.github/workflows/validate_pr_title.yml b/.github/workflows/validate_pr_title.yml index 053c9d93..3bbdf858 100644 --- a/.github/workflows/validate_pr_title.yml +++ b/.github/workflows/validate_pr_title.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR title for conventional commits - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: github-token: ${{ github.token }} script: |