From e062c5ec82bd5b8dab2c0323003e0e0e9c91c9ad Mon Sep 17 00:00:00 2001 From: collin-miller Date: Sat, 21 Mar 2026 15:36:59 -0500 Subject: [PATCH] ci(git-changesets): update version from master -> v3 Signed-off-by: collin-miller --- .github/workflows/chef-data_bags-deploy.yml | 2 +- .github/workflows/chef-policyfiles-deploy.yml | 2 +- .github/workflows/cookbook-supermarket-deploy.yml | 2 +- .github/workflows/cookstyle-lint.yml | 2 +- .github/workflows/javascript-lint.yml | 2 +- .github/workflows/json-lint.yml | 2 +- .github/workflows/powershell-lint.yml | 2 +- .github/workflows/python-lint.yml | 2 +- .github/workflows/shellcheck-lint.yml | 2 +- .github/workflows/terraform-apply.yml | 2 +- .github/workflows/terraform-lint.yml | 6 +++--- .github/workflows/terraform-plan.yml | 2 +- .github/workflows/xml-lint.yml | 2 +- .github/workflows/yaml-lint.yml | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/chef-data_bags-deploy.yml b/.github/workflows/chef-data_bags-deploy.yml index be613e9..7f00a9d 100644 --- a/.github/workflows/chef-data_bags-deploy.yml +++ b/.github/workflows/chef-data_bags-deploy.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/chef-policyfiles-deploy.yml b/.github/workflows/chef-policyfiles-deploy.yml index f7937c6..8689ba8 100644 --- a/.github/workflows/chef-policyfiles-deploy.yml +++ b/.github/workflows/chef-policyfiles-deploy.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/cookbook-supermarket-deploy.yml b/.github/workflows/cookbook-supermarket-deploy.yml index 3d11b6e..fcc6516 100644 --- a/.github/workflows/cookbook-supermarket-deploy.yml +++ b/.github/workflows/cookbook-supermarket-deploy.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/cookstyle-lint.yml b/.github/workflows/cookstyle-lint.yml index 0df6e6d..b601b21 100644 --- a/.github/workflows/cookstyle-lint.yml +++ b/.github/workflows/cookstyle-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/javascript-lint.yml b/.github/workflows/javascript-lint.yml index 1afccb0..f4ac981 100644 --- a/.github/workflows/javascript-lint.yml +++ b/.github/workflows/javascript-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/json-lint.yml b/.github/workflows/json-lint.yml index 7ec992a..abc1610 100644 --- a/.github/workflows/json-lint.yml +++ b/.github/workflows/json-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/powershell-lint.yml b/.github/workflows/powershell-lint.yml index 5f6312a..f1435e6 100644 --- a/.github/workflows/powershell-lint.yml +++ b/.github/workflows/powershell-lint.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index d98a322..5015248 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/shellcheck-lint.yml b/.github/workflows/shellcheck-lint.yml index 1dc07b9..365ef64 100644 --- a/.github/workflows/shellcheck-lint.yml +++ b/.github/workflows/shellcheck-lint.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index c996252..3c0ffd4 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/terraform-lint.yml b/.github/workflows/terraform-lint.yml index d105d28..ce14ae3 100644 --- a/.github/workflows/terraform-lint.yml +++ b/.github/workflows/terraform-lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index f02ac7c..65071fb 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/xml-lint.yml b/.github/workflows/xml-lint.yml index 1a5cd85..163cbf1 100644 --- a/.github/workflows/xml-lint.yml +++ b/.github/workflows/xml-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: | diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 089429a..a5bfbf7 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@main - name: Pull Change list id: changed-files - uses: collin-miller/git-changesets@master + uses: collin-miller/git-changesets@v3 - name: Verify Changed files id: verify-changed-files run: |