Skip to content

Commit

Permalink
Merge pull request #113 from dermatologist/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-java-3.10.0

build(deps): bump actions/setup-java from 2.5.0 to 3.10.0
  • Loading branch information
dermatologist committed Nov 25, 2023
2 parents a303f0d + b1ca891 commit f50296c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 13
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: 13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 13
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: 13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 13
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: 13
Expand Down

0 comments on commit f50296c

Please sign in to comment.