Skip to content

Commit 8d01150

Browse files
authored
Merge pull request #4 from forketyfork/dependabot/github_actions/all-actions-040362b9c5
Bump the all-actions group with 3 updates
2 parents b824a90 + 2e1a9ba commit 8d01150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v5
1313

1414
- name: Set up JDK 21
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: 21
1818
distribution: temurin
1919

2020
- name: Setup Gradle
21-
uses: gradle/gradle-build-action@v2
21+
uses: gradle/gradle-build-action@v3
2222

2323
- name: Execute Gradle build
2424
run: ./gradlew build --warning-mode fail

0 commit comments

Comments
 (0)