From 9cb2382e4ce9d2d842f6048266d7c4e5fe62814d Mon Sep 17 00:00:00 2001 From: Eduard Hirsch Date: Mon, 4 Mar 2024 17:29:44 +0200 Subject: [PATCH 1/2] CAT-23697 Updated rtx-action to mise-action in GHA workflows --- .github/workflows/document.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index c097c4d..a077c46 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -28,7 +28,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Setup rtx + - name: Setup mise uses: jdx/mise-action@v2 - name: "Generate documentation" diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 447b238..1c4b3ae 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,7 +21,7 @@ jobs: - name: "Checkout" uses: actions/checkout@main - - name: Setup rtx + - name: Setup mise uses: jdx/mise-action@v2 - name: "Format" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0701c5..4d5f72c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: "Checkout" uses: actions/checkout@main - - name: Setup rtx + - name: Setup mise uses: jdx/mise-action@v2 - name: "Lint" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a4564..4eedb61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@main - - name: Setup rtx + - name: Setup mise uses: jdx/mise-action@v2 - name: "Run document script if necessary" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6da5d1a..e676e76 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: - name: "Checkout" uses: actions/checkout@main - - name: Setup rtx + - name: Setup mise uses: jdx/mise-action@v2 - name: "Validate Module" From 3aeb548cc2b76b3dda2082a08cb586d876469cfb Mon Sep 17 00:00:00 2001 From: ehirsch-3pg Date: Mon, 4 Mar 2024 15:50:55 +0000 Subject: [PATCH 2/2] Running document script --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b81e9a1..8d0cbbb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use this URL for the source of the module. See the usage examples below for more details. ```hcl -github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29 +github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "app_mesh" { - source = "github.com/pbs/terraform-aws-app-mesh-module?ref=0.0.29" + source = "github.com/pbs/terraform-aws-app-mesh-module?ref=x.y.z" # Tagging Parameters organization = var.organization @@ -38,7 +38,7 @@ module "app_mesh" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`0.0.29` +`x.y.z` Note, however that subtrees can be altered as desired within repositories.