Skip to content

Commit b036673

Browse files
chore(deps): update github-actions
1 parent 129b0a6 commit b036673

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Get all changed files in the PR from task directory
3030
id: changed-task-dirs
31-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
31+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
3232
with:
3333
files: |
3434
# Any task yaml or script (including its tests) is changed

.github/workflows/task-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525

2626
- name: "Install yq"
27-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
27+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
2828
with:
2929
# Version from https://github.com/mikefarah/yq/releases
3030
version: 'v4.47.1'

{{cookiecutter.repo_root}}/.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Get all changed files in the PR from task directory
3030
id: changed-task-dirs
31-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
31+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
3232
with:
3333
files: |
3434
# Any task yaml or script (including its tests) is changed

{{cookiecutter.repo_root}}/.github/workflows/task-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525

2626
- name: "Install yq"
27-
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
27+
uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
2828
with:
2929
# Version from https://github.com/mikefarah/yq/releases
3030
version: 'v4.47.1'

0 commit comments

Comments
 (0)