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 354a05d commit d081a0bCopy full SHA for d081a0b
1 file changed
.github/workflows/build_desktop_linux.yaml
@@ -126,7 +126,7 @@ jobs:
126
- name: "Get modified files"
127
id: changed_files
128
if: steps.cache.outputs.cache-hit != 'true' && github.event_name == 'pull_request' && github.repository == 'element-hq/element-web'
129
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
+ uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
130
with:
131
files: |
132
apps/desktop/dockerbuild/**
0 commit comments