Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit e69c0fa

Browse files
authored
Merge pull request #27 from allthingslinux/renovate/tj-actions-changed-files-47.x
2 parents 3101737 + 6a5d6b7 commit e69c0fa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Check Docker
33-
uses: tj-actions/changed-files@v46
33+
uses: tj-actions/changed-files@v47
3434
id: docker_changes
3535
with:
3636
files: |
@@ -40,7 +40,7 @@ jobs:
4040
docker-compose*.yml
4141
.dockerignore
4242
- name: Check Shell
43-
uses: tj-actions/changed-files@v46
43+
uses: tj-actions/changed-files@v47
4444
id: shell_changes
4545
with:
4646
files: |
@@ -49,12 +49,12 @@ jobs:
4949
**/*.zsh
5050
scripts/**
5151
- name: Check Workflows
52-
uses: tj-actions/changed-files@v46
52+
uses: tj-actions/changed-files@v47
5353
id: workflow_changes
5454
with:
5555
files: .github/workflows/**
5656
- name: Check YAML
57-
uses: tj-actions/changed-files@v46
57+
uses: tj-actions/changed-files@v47
5858
id: yaml_changes
5959
with:
6060
files: |

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Check Docker
31-
uses: tj-actions/changed-files@v46
31+
uses: tj-actions/changed-files@v47
3232
id: docker_changes
3333
with:
3434
files: |

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Check Docker
27-
uses: tj-actions/changed-files@v46
27+
uses: tj-actions/changed-files@v47
2828
id: docker_changes
2929
with:
3030
files: |
@@ -33,14 +33,14 @@ jobs:
3333
compose.yaml
3434
docker-compose*.yml
3535
- name: Check Shell
36-
uses: tj-actions/changed-files@v46
36+
uses: tj-actions/changed-files@v47
3737
id: shell_changes
3838
with:
3939
files: |
4040
**/*.sh
4141
scripts/**
4242
- name: Check YAML
43-
uses: tj-actions/changed-files@v46
43+
uses: tj-actions/changed-files@v47
4444
id: yaml_changes
4545
with:
4646
files: |

0 commit comments

Comments
 (0)