Skip to content

Commit

Permalink
Upgrade to actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 12, 2024
1 parent e5f02bc commit cb364ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Java build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set JDK
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit cb364ad

Please sign in to comment.