We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55583a commit ad09cecCopy full SHA for ad09cec
2 files changed
.github/workflows/pull-request.yaml
@@ -14,7 +14,7 @@ jobs:
14
changed-files: ${{ steps.changed-files.outputs.changed_files }}
15
steps:
16
- name: Get changed files
17
- uses: bjw-s-labs/action-changed-files@015416e33c709af88f84a4496f4030c1f0ef212e # v0.5.0
+ uses: bjw-s-labs/action-changed-files@a9a36fb08ce06db9b02fbd8026cc2c0945eb9841 # v0.6.0
18
id: changed-files
19
with:
20
path: apps
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Get Changed Files
31
32
33
34
0 commit comments