chore: Upgrade GitHub Actions for Node 24 compatibility (#11621)

This commit is contained in:
Salman Chishti 2025-12-22 09:18:14 +00:00 committed by GitHub
parent 0799e20b67
commit acd96cb3f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
# BASE_URL: '/docusaurus/' # hash router + # BASE_URL: '/docusaurus/' # hash router +
- name: Upload Website artifact - name: Upload Website artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with: with:
name: website-hash-router-archive name: website-hash-router-archive
path: website/build path: website/build

View File

@ -19,7 +19,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v6.0.1 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}

View File

@ -109,7 +109,7 @@ jobs:
DOCUSAURUS_PERF_LOGGER: 'true' DOCUSAURUS_PERF_LOGGER: 'true'
working-directory: test-website-in-workspace working-directory: test-website-in-workspace
- name: Upload Website artifact - name: Upload Website artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with: with:
name: website-e2e-windows name: website-e2e-windows
path: test-website-in-workspace/build path: test-website-in-workspace/build