diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index 3c1f6869a..c7d1a2a4a 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -21,7 +21,7 @@ jobs: version: ${{ steps.version-info.outputs.version }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Read languages from JSON file - name: Get languages directly with jq @@ -55,7 +55,7 @@ jobs: language: ${{ fromJSON(needs.get-info.outputs.languages) }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: if: github.ref_name == 'main' steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Copy important files to root - name: Create root files directory