buluma / ansible-role-openjdk

Install and configure OpenJDK on your system.
Apache License 2.0
1 stars 0 forks source link

Update action #13

Open github-actions[bot] opened 10 months ago

github-actions[bot] commented 10 months ago

Update action

https://github.com/buluma/ansible-role-openjdk/blob/c69dc8cfa2bc82e09d5753160de82659e84c86c9/.github/workflows/requirements2png.yml#L23

#
# Ansible managed
#

on:
  push:
    paths:
      - '.github/workflows/requirements2png.yml'
name: Ansible Graphviz

jobs:
  build:
    runs-on: ubuntu-20.04
    permissions:
      contents: write
    steps:
      - name: checkout
        uses: actions/checkout@v4
        with:
          path: ${{ github.repository }}
      - name: create png
        uses: buluma/graphviz-action@1.0.0  # TODO: Update action
      - name: Commit files
        run: |
          cd ${{ github.repository }}

c36088712177c41ba373bcaa7389d175a9cf6905