Skip to content

Commit 7f89fa4

Browse files
chore(deps): Update gradle and github actions
1 parent 35ab865 commit 7f89fa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: gradle/actions/wrapper-validation@v3
16+
- uses: gradle/actions/wrapper-validation@v4
1717
- name: Set up JDK
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
2121
java-version: 21
22-
- uses: gradle/actions/setup-gradle@v3
22+
- uses: gradle/actions/setup-gradle@v4
2323
with:
2424
# allow master and *-dev branches to write caches (default is only master/main)
2525
cache-read-only: ${{ github.ref != 'refs/heads/main' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}

.github/workflows/test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: read
2121
steps:
2222
- name: Download and Extract Artifacts
23-
uses: dawidd6/action-download-artifact@v3
23+
uses: dawidd6/action-download-artifact@v9
2424
with:
2525
run_id: ${{ github.event.workflow_run.id }}
2626
path: artifacts

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515

1616
plugins {
17-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
17+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1818
}
1919

2020
dependencyResolutionManagement {

0 commit comments

Comments
 (0)