Skip to content

Commit

Permalink
Merge pull request #26 from DatepollSystems/renovate/major-risky-update
Browse files Browse the repository at this point in the history
renovate: update major-risky-update
dev-Fabi authored May 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c4651e8 + 7c2fa22 commit dda9384
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CheckStyle.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3

- name: Grant execute permission for gradlew
run: chmod +x gradlew
4 changes: 2 additions & 2 deletions .github/workflows/Conveyor.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3

- name: Grant execute permission for gradlew
run: chmod +x gradlew
@@ -44,7 +44,7 @@ jobs:
tar xzf .keys.tar.gz
- name: Run Conveyor
uses: hydraulic-software/conveyor/actions/build@v13.1
uses: hydraulic-software/conveyor/actions/build@v14.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
run: chmod +x gradlew

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3

- name: Test
run: ./gradlew test --stacktrace

0 comments on commit dda9384

Please sign in to comment.