Skip to content

Commit

Permalink
Merge pull request #416 from SMI/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-java-4
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
2 parents b01d1a1 + 21908ba commit e6db4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Setup Java
if: ${{ matrix.language == 'java' }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: "11"
Expand Down

0 comments on commit e6db4a7

Please sign in to comment.