Skip to content

Commit

Permalink
Update dependency gradle to v8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Jan 24, 2025
1 parent e6b608b commit 2a005f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
branches: [ 'master' ]
pull_request:
branches: [ "master" ]
branches: [ 'master' ]
env:
DOCKER_USER: a002k
DOCKER_IMAGE: micronaut
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.12'
gradle-version: '8.12.1'
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2a005f0

Please sign in to comment.