Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatankarp committed Jun 8, 2024
1 parent 3ac9eb8 commit 6853d71
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/generate-c4-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Git Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v2
- name: Install Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
java-version: '11'

- name: Install PlantUML
run: sudo apt-get update && sudo apt-get install -y plantuml

- name: Generate PNG from PUML
run: |
plantuml docs/architecture/architecture.puml
plantuml docs/docs/architecture.puml
- name: Commit diagram
run: |
Expand Down

0 comments on commit 6853d71

Please sign in to comment.