Skip to content

Commit

Permalink
Bump actions/setup-java from 3 to 4 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 1, 2023
1 parent c37ce41 commit 1a18e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit 1a18e6a

Please sign in to comment.