Skip to content

Commit

Permalink
restore uses:actions/checkout@v4 in test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 20, 2024
1 parent 100f68a commit 3aff3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit 3aff3eb

Please sign in to comment.