Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Oct 2, 2023
1 parent 46bca38 commit 22882cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: gradle/wrapper-validation-action@v1.1.0
- uses: gradle/wrapper-validation-action@v1.0.4
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v1.0.4

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 22882cc

Please sign in to comment.