Skip to content

Commit

Permalink
build(deps): bump gradle/wrapper-validation-action
Browse files Browse the repository at this point in the history
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from ccb4328a959376b642e027874838f60f8e596de3 to 56b90f209b02bf6d1deae490e9ef18b21a389cd4.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@ccb4328...56b90f2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 0b8664e commit 579941f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: "Gradle: Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
- name: "Gradle: Include last commit info and build date for JARs"
run: |
git log -1 > extensions/last-commit-info/src/main/resources/jar-last-commit-info.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cache: 'npm'
cache-dependency-path: extensions/wrapper/client-ts/package.json
- name: "Gradle: Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
- name: "Gradle: Generate TS Code"
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
Expand Down

0 comments on commit 579941f

Please sign in to comment.