From ed62d3ad6102a5b48c90172cca4805a4e357a281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:03:49 +0000 Subject: [PATCH 1/2] Bump uclahs-cds/tool-PlantUML-action from 1.0.0 to 1.0.1 Bumps [uclahs-cds/tool-PlantUML-action](https://github.com/uclahs-cds/tool-plantuml-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/uclahs-cds/tool-plantuml-action/releases) - [Changelog](https://github.com/uclahs-cds/tool-PlantUML-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/uclahs-cds/tool-plantuml-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: uclahs-cds/tool-PlantUML-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/render-puml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-puml.yaml b/.github/workflows/render-puml.yaml index 23e8621..e320d42 100644 --- a/.github/workflows/render-puml.yaml +++ b/.github/workflows/render-puml.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate PUML diagrams - uses: uclahs-cds/tool-PlantUML-action@v1.0.0 + uses: uclahs-cds/tool-PlantUML-action@v1.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} ghcr-username: ${{ github.actor }} From 79b50446bb18465576434dbe5071b3ebdf25064b Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Fri, 18 Oct 2024 14:44:35 -0700 Subject: [PATCH 2/2] Use v1 alias --- .github/workflows/render-puml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-puml.yaml b/.github/workflows/render-puml.yaml index e320d42..c9a0b24 100644 --- a/.github/workflows/render-puml.yaml +++ b/.github/workflows/render-puml.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate PUML diagrams - uses: uclahs-cds/tool-PlantUML-action@v1.0.1 + uses: uclahs-cds/tool-PlantUML-action@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} ghcr-username: ${{ github.actor }}