Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v39.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent e0e3657 commit d8f2743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/[email protected].1
uses: tj-actions/[email protected].2
with:
files: "**/challenge.yml"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Get changed files
uses: tj-actions/[email protected].1
uses: tj-actions/[email protected].2
id: changed-files
with:
dir_names: true # output folders instead of files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/[email protected].1
uses: tj-actions/[email protected].2
with:
files: "**/challenge.yml"

Expand Down

0 comments on commit d8f2743

Please sign in to comment.