Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
Remove fetch-depth setting as a shallow clone is sufficient
  • Loading branch information
PeterC-DLS committed Nov 14, 2023
1 parent a7dda1e commit fbe888e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v4

- name: Deploy Information
if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }}
Expand Down

0 comments on commit fbe888e

Please sign in to comment.