From 6ba73135cdab009ba8f4b5997d00a019fdf34205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 03:00:12 -0300 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v37 (#201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/tailscale.yml | 2 +- .github/workflows/tflint.yaml | 2 +- .github/workflows/validate.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index cc482d27..5e66be11 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Check if Tailscale file has changed id: tailscale-changes - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | policy.hujson diff --git a/.github/workflows/tflint.yaml b/.github/workflows/tflint.yaml index 4839feb6..b5b56fc8 100644 --- a/.github/workflows/tflint.yaml +++ b/.github/workflows/tflint.yaml @@ -9,7 +9,7 @@ jobs: fetch-depth: 0 - name: Check if Terraform files changed id: terraform-changes - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | terraform/** diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 522aaec0..cd90c1c9 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -12,28 +12,28 @@ jobs: fetch-depth: 0 - name: Check if Services have changed id: changed-services - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | apps/**/svc.yaml apps/**/*-svc.yaml - name: Check if Deployments/Statefulsets have changed id: changed-workloads - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | apps/**/deployment.yaml apps/**/statefulset.yaml - name: Check if configMap/Secrets have changed id: changed-configs - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | apps/**/cm.yaml apps/**/secret.yaml - name: Check if Permissions have changed id: changed-rbac - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | apps/**/rb.yaml @@ -42,7 +42,7 @@ jobs: apps/**/cr.yaml - name: Check if Storage resources have changed id: changed-storage - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 with: files: | apps/**/pvc.yaml