mirror of
https://github.com/outbackdingo/homelab.git
synced 2026-01-28 10:19:12 +00:00
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>
This commit is contained in:
2
.github/workflows/tailscale.yml
vendored
2
.github/workflows/tailscale.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/tflint.yaml
vendored
2
.github/workflows/tflint.yaml
vendored
@@ -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/**
|
||||
|
||||
10
.github/workflows/validate.yaml
vendored
10
.github/workflows/validate.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user