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: |