Skip to content

Commit 14f71ad

Browse files
authored
Merge pull request #55 from entur/dependabot/github_actions/gradle/actions-5.0.0
Bump gradle/actions from 4.4.2 to 5.0.0
2 parents 43133f9 + 54820b1 commit 14f71ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
2424
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
2525
- name: Setup Gradle
26-
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
26+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
2727

2828
- name: Build with Gradle Wrapper
2929
run: ./gradlew build

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
2626
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
28+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
2929

3030
- name: Build with Gradle Wrapper
3131
run: ./gradlew build

0 commit comments

Comments
 (0)