Skip to content

Commit

Permalink
Merge pull request #94 from edgafner/dependabot/github_actions/gradle…
Browse files Browse the repository at this point in the history
…/gradle-build-action-2.7.1

Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • Loading branch information
Jonatha1983 committed Aug 22, 2023
2 parents f643e3b + c0adf36 commit 7d7444c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1


# Run tests
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1


# Set environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1


# Run IDEA prepared for UI testing
Expand Down

0 comments on commit 7d7444c

Please sign in to comment.