Skip to content

Commit

Permalink
Replace deprecated gradle-build-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Nov 11, 2024
1 parent e453f4f commit f626588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repository: Adyen/adyen-${{ matrix.project }}-api-library
path: ${{ matrix.project }}/repo
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4
- name: Override properties
if: matrix.project == 'node'
run: cp ${{ matrix.project }}/gradle.properties buildSrc
Expand Down

0 comments on commit f626588

Please sign in to comment.