Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent a5539d6 commit 5b101c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo
"depth=$(("${{github.event.pull_request.commits}}" + 2))"
>> "$GITHUB_OUTPUT"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: ${{ steps.fetch_depth.outputs.depth }}

Expand Down

0 comments on commit 5b101c3

Please sign in to comment.