Skip to content

Commit 9af4e17

Browse files
authored
fix: update action version (#278)
1 parent 2e355a6 commit 9af4e17

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ jobs:
527527
- name: Get changed files 📃
528528
id: changed-files
529529
if: inputs.selected-shinytests == true
530-
uses: tj-actions/changed-files@v45
530+
# v45.0.8
531+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
531532
with:
532533
path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
533534
base_sha: "main"

.github/workflows/grammar.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090

9191
- name: Get changed files 🗞
9292
id: changed-files
93-
uses: tj-actions/changed-files@v41
93+
# v45.0.8
94+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
9495
with:
9596
separator: ","
9697
files: |

.github/workflows/style.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102

103103
- name: Get changed files 🗞
104104
id: changed-files
105-
uses: tj-actions/changed-files@v41
105+
# v45.0.8
106+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
106107
with:
107108
path: ${{ github.event.repository.name }}
108109
separator: ","

0 commit comments

Comments
 (0)