Skip to content

Commit

Permalink
Added fetch-depth: 0 to actions/checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferata committed Jan 3, 2024
1 parent 509919c commit b05eccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
TEST_RESULTS: "/tmp/test-results"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: restore_cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b05eccd

Please sign in to comment.