Skip to content

Commit

Permalink
Merge pull request #103 from bitmarck-service/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-java-4.0.0

Bump actions/setup-java from 3.13.0 to 4.0.0
  • Loading branch information
lhns authored Nov 30, 2023
2 parents 7c26711 + eba38ab commit 4d635a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v3.13.0
- uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v3.13.0
- uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 4d635a9

Please sign in to comment.