Skip to content

Commit 0c3324b

Browse files
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#130)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicki Nixon <49624980+nickitza@users.noreply.github.com>
1 parent 9e046f2 commit 0c3324b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- name: Get openapi file
2828
id: changed-files-specific
29-
uses: tj-actions/changed-files@v35
29+
uses: tj-actions/changed-files@v41
3030
with:
3131
files: openapi/mx_platform_api.yml
3232
- name: Generate access token

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Get openapi file
1616
id: changed-files-specific
17-
uses: tj-actions/changed-files@v35
17+
uses: tj-actions/changed-files@v41
1818
with:
1919
files: openapi/mx_platform_api.yml
2020

0 commit comments

Comments
 (0)