Skip to content

Commit

Permalink
Downgrade actions/checkout from v4 to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed Jun 23, 2024
1 parent 58f7e5f commit be98583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit be98583

Please sign in to comment.