Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-15 08:10:01 +0300
committerGitHub <noreply@github.com>2022-06-15 08:10:01 +0300
commit17d15bf74ed5786d263c6b60d49e373fb44e97aa (patch)
tree4327f714caf7824f2b7ec728b51bc5e9a0bb9fc0
parent7a93202c355bf3eb4ddea778563923e9f601eb8c (diff)
Bump actions/setup-java from 2 to 3dependabot/github_actions/actions/setup-java-3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/browser_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml
index 2844a5609..f845fc130 100644
--- a/.github/workflows/browser_tests.yml
+++ b/.github/workflows/browser_tests.yml
@@ -30,7 +30,7 @@ jobs:
coverage: none
- name: Set up JDK 1.8
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'