1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-26 05:15:40 +00:00
This commit is contained in:
dependabot[bot] 2025-08-12 14:27:21 +00:00 committed by GitHub
commit e8d6b646b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v4

View File

@ -12,12 +12,12 @@ jobs:
steps:
- name: Checkout
if: github.event.pull_request.head.repo.full_name == 'XTLS/Xray-docs-next'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
- name: Checkout
if: github.event.pull_request.head.repo.full_name != 'XTLS/Xray-docs-next'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 2
- name: Prettify code