Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/data-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout Website repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "======================="

- name: Checkout Website repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Clone website-data at PR branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "============================="

- name: Checkout Website PR branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.pr_branch || (github.event_name == 'workflow_dispatch' && steps.pr_info.outputs.pr_branch || 'main') }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
});

- name: Checkout PR branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ needs.handle-command.outputs.pr_branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "====================================="

- name: Checkout merged code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.base.ref }}

Expand Down