Skip to content

Commit

Permalink
Update 'com.gradle.enterprise' to '3.12.3', 'com.gradle.common-custom…
Browse files Browse the repository at this point in the history
…-user-data-gradle-plugin' to '1.8.2', GitHub actions workflow steps setup-java, cache and upload-artifact to v3, and run dependabot on github actions versions
  • Loading branch information
beikov committed Feb 3, 2023
1 parent 86b720f commit 426cb4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ updates:
- gradle-plugin-portal
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
6 changes: 3 additions & 3 deletions .github/workflows/contributor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
RDBMS: ${{ matrix.rdbms }}
run: ci/database-start.sh
- name: Set up Java 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -70,7 +70,7 @@ jobs:
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
shell: bash
- name: Cache Maven local repository
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-maven
with:
path: |
Expand All @@ -85,7 +85,7 @@ jobs:
run: ./ci/build-github.sh
shell: bash
- name: Upload test reports (if Gradle failed)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-reports-java11-${{ matrix.rdbms }}
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pluginManagement {

plugins {
id 'org.hibernate.orm.build.env-settings'
id 'com.gradle.enterprise' version '3.11.1'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.1'
id 'com.gradle.enterprise' version '3.12.3'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
}

// version catalog support
Expand Down

0 comments on commit 426cb4e

Please sign in to comment.