Skip to content
Closed
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/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ jobs:
name: wheels
path: wheels
- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.1
with:
path: source
- name: Setup run scripts
Expand Down
2 changes: 1 addition & 1 deletion github-actions/deploy-ci-artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
git config --global user.email "[email protected]"
git config --global user.name "Github Service Account"
- name: Checkout target repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.1
with:
repository: ${{ inputs.target_repo }}
path: gh-pages-repo
Expand Down
2 changes: 1 addition & 1 deletion github-actions/deploy-doxygen-docs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
git config --global user.email "[email protected]"
git config --global user.name "Github Service Account"
- name: Checkout target repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.1
with:
repository: ${{ inputs.target_repo }}
path: gh-pages-repo
Expand Down
Loading