Skip to content

Commit 3fd4e24

Browse files
committed
Update tj-actions/changed-files action to v35.7.11
1 parent a4dbbeb commit 3fd4e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Get changed container files
118118
if: steps.get_commit_sha.outputs.previous_tag != steps.get_commit_sha.outputs.last_commit
119119
id: changed-files
120-
uses: tj-actions/[email protected].8
120+
uses: tj-actions/[email protected].11
121121
with:
122122
base_sha: ${{ steps.get_commit_sha.outputs.previous_tag }}
123123
files: |

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Get changed container files
9292
id: changed-files
93-
uses: tj-actions/[email protected].8
93+
uses: tj-actions/[email protected].11
9494
with:
9595
files: |
9696
rootfs/**

0 commit comments

Comments
 (0)