Skip to content

Commit

Permalink
ci(deps): bump gradle/wrapper-validation-action (#95)
Browse files Browse the repository at this point in the history
* build(deps): bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: bump dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samarium <[email protected]>
  • Loading branch information
dependabot[bot] and Samarium150 authored Feb 12, 2024
1 parent ad68acb commit d911944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Gradle CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Gradle CI

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push and pull request events but only for the master branch
push:
Expand All @@ -18,7 +18,7 @@ jobs:
build:

name: Gradle-Build

# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -27,18 +27,18 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4

# Setup JDK
- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 11
cache: 'gradle'

# Validate Gradle Wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2.0.0
uses: gradle/wrapper-validation-action@v2

# Build
- name: Make gradlew executable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Checkout repository
- name: Checkout
uses: actions/checkout@v4

# Get tag version from ref
- name: Get tag version
id: vars
Expand All @@ -34,7 +34,7 @@ jobs:

# Validate Gradle Wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2.0.0
uses: gradle/wrapper-validation-action@v2

# Build
- name: Make gradlew executable
Expand Down

0 comments on commit d911944

Please sign in to comment.