Skip to content

Commit

Permalink
Merge pull request #760 from grails/renovate/supercharge-mongodb-gith…
Browse files Browse the repository at this point in the history
…ub-action-1.x

chore(deps): update supercharge/mongodb-github-action action to v1.11.0
  • Loading branch information
jamesfredley authored Dec 19, 2024
2 parents 0d83ba8 + 3b81c42 commit c97a8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: temurin
java-version: '17'
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- name: Run Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
~/.m2/repository
key: cache-local-groovy-maven-${{ github.sha }}
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: 6.0
- name: Set CI_GROOVY_VERSION for Grails
Expand Down

0 comments on commit c97a8c8

Please sign in to comment.