We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e22e7d commit d9c44ceCopy full SHA for d9c44ce
.github/workflows/build_linux.yaml
@@ -110,7 +110,7 @@ jobs:
110
- name: "Get modified files"
111
id: changed_files
112
if: steps.cache.outputs.cache-hit != 'true' && github.event_name == 'pull_request'
113
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
+ uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
114
with:
115
files: |
116
dockerbuild/**
0 commit comments