From ce966077e6cf297f7f6c1495b0824026f13e1895 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov Date: Wed, 5 Nov 2025 14:27:37 -0600 Subject: [PATCH] Upgrade actions in validate-pr_job --- .github/workflows/validate-pr_job.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'