From 9807bb0e5c6a418567fa8a4367d4745b4cd685d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:26:02 +0000 Subject: [PATCH 1/2] Bump uclahs-cds/tool-PlantUML-action from 1.0.1 to 1.0.2 Bumps [uclahs-cds/tool-PlantUML-action](https://github.com/uclahs-cds/tool-plantuml-action) from 1.0.1 to 1.0.2. - [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.1...v1.0.2) --- 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 e320d42..e603ef7 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.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} ghcr-username: ${{ github.actor }} From 78122c5e1e5dd93bc410bd1e983856cc1d1d3934 Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Mon, 21 Oct 2024 13:48:27 -0700 Subject: [PATCH 2/2] Update to major alias v1 --- .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 e603ef7..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.2 + uses: uclahs-cds/tool-PlantUML-action@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} ghcr-username: ${{ github.actor }}