Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gradle/gradle-build-action from 2 to 3 #263

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: echo "$PIXNEWS_CONFIG" | base64 -d | zstd -d -o config/pixnews.properties

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Assemble debug build, run tests
run: >
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: dprint check

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Unpack pixnews.properties
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/BuildOnPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
dependency-graph: generate

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
dependency-graph: generate

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GenerateBaselineProfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Unpack pixnews.properties
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/InstrumentedTestOnSelfHostedRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Unpack pixnews.properties
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SubmitDependencySnapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve dependency graph artifact and submit
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
dependency-graph: download-and-submit
Loading