diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 1ab2718..6dc6cbe 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -16,7 +16,7 @@ jobs: - name: Clone repository uses: actions/checkout@v7.0.0 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version-file: '.nvmrc' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89434a2..7fc9812 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }} - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version-file: '.nvmrc' - name: Install dependencies @@ -33,7 +33,7 @@ jobs: npm run qa - name: Get next version id: get_next_version - uses: thenativeweb/get-next-version@2.7.3 + uses: thenativeweb/get-next-version@2.7.4 - name: Create new version if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} run: |