.github/workflows/pdd.yml in jekyll-plantuml-1.4.1 vs .github/workflows/pdd.yml in jekyll-plantuml-1.4.2

- old
+ new

@@ -1,11 +1,15 @@ --- name: pdd on: push: + branches: + - master pull_request: + branches: + - master jobs: pdd: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: g4s8/pdd-action@master + - uses: actions/checkout@v4 + - uses: volodya-lombrozo/pdd-action@master