Skip to content

Commit f4a592c

Browse files
Synchronizing file .github/workflows/gradle-wrapper-update.yml from RakambdaOrg/rakambda-github-files (run 15933069157 | #43)
1 parent c25b1c0 commit f4a592c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Update Gradle Wrapper
2+
'on':
3+
workflow_dispatch: null
4+
schedule:
5+
- cron: 0 7 * * *
6+
jobs:
7+
update-gradle-wrapper:
8+
name: Update Gradle Wrapper
9+
runs-on:
10+
- ubuntu-latest
11+
concurrency:
12+
group: update-gradle-wrapper
13+
cancel-in-progress: true
14+
steps:
15+
- name: Checkout Repository
16+
uses: actions/checkout@v4.2.2
17+
- name: Update Gradle Wrapper
18+
uses: gradle-update/update-gradle-wrapper-action@v2.1.0
19+
with:
20+
labels: |
21+
dependencies
22+
gradle-wrapper

0 commit comments

Comments
 (0)