Skip to content

Commit

Permalink
Merge pull request #143 from NHSDigital/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

EM-88 - Bump actions/checkout from 2 to 4
  • Loading branch information
johnmarston-nhs authored Jun 18, 2024
2 parents d4506d1 + a4457a0 commit c337990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function

Expand Down

0 comments on commit c337990

Please sign in to comment.