Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
doc_only: ${{ steps.diff_check.outputs.output }}
steps:
- name: Checkout code
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.1
with:
ref: ${{ github.head_ref }}
fetch-depth: 2 # fetch last two commits to compare
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Checkout code
if: needs.precheck.outputs.doc_only != 'true'
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.1
with:
ref: staging

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- name: Checkout code
if: needs.precheck.outputs.doc_only != 'true'
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.1
with:
ref: staging

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
needs: review-code
steps:
- name: Checkout code
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.1
with:
ref: staging

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/first-interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check_for_first_interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.1
with:
ref: ${{ github.head_ref }}

Expand Down