Skip to content

Commit 3a90e36

Browse files
Bump the github-actions group with 2 updates (#74)
Bumps the github-actions group with 2 updates: [actions/setup-java](https://github.com/actions/setup-java) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/setup-java` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.6.0...v5.7.0) Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07e3d0c commit 3a90e36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1212
- name: Set up JDK 25
13-
uses: actions/setup-java@v5.6.0
13+
uses: actions/setup-java@v5.7.0
1414
with:
1515
distribution: temurin
1616
java-version: 25
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
path: build/libs/*.jar
2929

30-
- uses: docker/login-action@v4.5.2
30+
- uses: docker/login-action@v4.6.0
3131
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
3232
with:
3333
registry: ghcr.io/raeperd

0 commit comments

Comments
 (0)