Skip to content

Commit

Permalink
Update checkout to v4. (#715)
Browse files Browse the repository at this point in the history
Updates the checkout step to version 4. *(Changelogs can be [found
here](https://github.com/actions/checkout/releases/tag/v4.0.0))*
  • Loading branch information
Kichura authored Sep 4, 2023
1 parent 4d9e158 commit 24a94ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Git Repo Sync - BitBucket
steps:
- name: Checkout the Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Synchronize code to other Git platforms
Expand Down

0 comments on commit 24a94ad

Please sign in to comment.