Skip to content

Commit e2b158d

Browse files
zml2008me4502
authored andcommitted
chore(build): Bump actions versions
1 parent 1f5df71 commit e2b158d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- name: setup / checkout repository
2424
uses: actions/checkout@v4
2525
- name: setup / validate gradle wrapper
26-
uses: gradle/actions/wrapper-validation@v3
26+
uses: gradle/actions/wrapper-validation@v4
2727
- name: setup / jdk ${{ env.RUNTIME_VERSION }}
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: temurin
3131
java-version: ${{ env.RUNTIME_VERSION }}
3232
- name: setup / gradle
33-
uses: gradle/actions/setup-gradle@v3
33+
uses: gradle/actions/setup-gradle@v4
3434
with:
3535
cache-read-only: ${{ !(startsWith(github.ref, 'refs/heads/mc/') || github.ref == 'refs/heads/master') || github.event_name == 'pull_request' }}
3636
- name: run gradle build

0 commit comments

Comments
 (0)