Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jul 15, 2024
1 parent 1dc836c commit f14e982
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/camel-test-drives-java-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Updates java

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
update-java:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run dependency update script
run: make deps-java-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update java
branch: update-java
title: 'Update java'
body: |
This pull request updates the JDK:
- Current plugin updates
labels: JDK

0 comments on commit f14e982

Please sign in to comment.