diff --git a/.github/workflows/badges-notify.yml b/.github/workflows/badges-notify.yml index 803b7f22c63..df53d87aa5a 100644 --- a/.github/workflows/badges-notify.yml +++ b/.github/workflows/badges-notify.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Make script executable run: chmod +x scripts/badger.sh diff --git a/.github/workflows/build-search.yml b/.github/workflows/build-search.yml index 2521cf567af..7eeb1b50538 100644 --- a/.github/workflows/build-search.yml +++ b/.github/workflows/build-search.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index b0a689c5aee..ef2e2bd9329 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -19,7 +19,7 @@ jobs: check_type: [spellcheck, kbcheck, md-lint, glossary-check] steps: # Add setup steps per check here - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Aspell if: matrix.check_type == 'spellcheck' run: sudo apt-get update && sudo apt-get install -y aspell aspell-en diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b241c192dac..a6a98a09177 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/trademark-cla-approval.yml b/.github/workflows/trademark-cla-approval.yml index e0de4857c03..5af46f51c96 100644 --- a/.github/workflows/trademark-cla-approval.yml +++ b/.github/workflows/trademark-cla-approval.yml @@ -170,7 +170,7 @@ jobs: - name: Check out repository if: success() && steps.process-comment.outputs.pr_number != '' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # For forked PRs, we need to fetch from the fork and checkout the SHA diff --git a/.github/workflows/trademark-cla-notice.yml b/.github/workflows/trademark-cla-notice.yml index 946fab6db16..72f206d5e75 100644 --- a/.github/workflows/trademark-cla-notice.yml +++ b/.github/workflows/trademark-cla-notice.yml @@ -25,7 +25,7 @@ jobs: private-key: "${{ secrets.WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY }}" - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Use the GitHub App token if available, otherwise fallback to GITHUB_TOKEN diff --git a/.github/workflows/vale-linter.yml b/.github/workflows/vale-linter.yml index 410f59facc5..e50f540c9d1 100644 --- a/.github/workflows/vale-linter.yml +++ b/.github/workflows/vale-linter.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 path: .