Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.testcontainers-testc…
Browse files Browse the repository at this point in the history
…ontainers-1.17.2
  • Loading branch information
lholota committed Jun 28, 2022
2 parents 1971a02 + ab906eb commit 32ae65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master

- name: Set up java for tests execution
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master

- name: Set up java for tests execution
uses: actions/setup-java@v2.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit 32ae65a

Please sign in to comment.