diff --git a/.github/workflows/validate-pr_job.yml b/.github/workflows/validate-pr_job.yml index 8650a2c14..f5367adb7 100644 --- a/.github/workflows/validate-pr_job.yml +++ b/.github/workflows/validate-pr_job.yml @@ -18,7 +18,7 @@ jobs: run: cat .github/super-linter.env >> "$GITHUB_ENV" - name: Lint Code Base with super-linter - uses: super-linter/super-linter/slim@v7.3.0 + uses: super-linter/super-linter/slim@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -26,9 +26,9 @@ jobs: runs-on: ubuntu-latest needs: lint-test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Setup Node and Install Dependencies Action - uses: commerce-docs/devsite-install-action@main + uses: commerce-docs/devsite-install-action@ds_upgrd with: node-version-file: '.nvmrc' cache-dependency-path: 'yarn.lock' @@ -40,9 +40,9 @@ jobs: runs-on: ubuntu-latest needs: remark-test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Node.js and install dependencies - uses: commerce-docs/devsite-install-action@main + uses: commerce-docs/devsite-install-action@ds_upgrd with: node-version-file: '.nvmrc' cache-dependency-path: 'yarn.lock'