Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marad committed Sep 29, 2023
1 parent ad1f752 commit c0e55a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-tags: true
show-progress: false
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c0e55a6

Please sign in to comment.