Skip to content

Commit

Permalink
Update actions/checkout to v4 in README.md (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk authored Oct 28, 2024
1 parent 87fddf2 commit b8621fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Build and Run Tests
run: mvn test --batch-mode --fail-at-end
- name: Publish Test Report
Expand Down

0 comments on commit b8621fe

Please sign in to comment.