Skip to content

Commit 90a9ca8

Browse files
EdwardAngertclaude
andcommitted
chore: use caret versioning for tj-actions/changed-files
- Update references to use ^45 instead of pinned SHAs or specific versions - This allows automatic minor version updates while keeping major version stable 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 749d142 commit 90a9ca8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/docs-shared/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
126126
- name: Get changed files
127127
id: changed-files
128-
uses: tj-actions/changed-files@v45.0.7
128+
uses: tj-actions/changed-files@^45
129129
with:
130130
files: |
131131
${{ inputs.docs-dir }}/**

.github/workflows/docs-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: ./.github/actions/setup-node
3030

31-
- uses: tj-actions/changed-files@9934ab3fdf63239da75d9e0fbd339c48620c72c4 # v45.0.7
31+
- uses: tj-actions/changed-files@^45
3232
id: changed-files
3333
with:
3434
files: |

.github/workflows/docs-preview.yaml

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

3838
- name: Get changed files
3939
id: changed-files
40-
uses: tj-actions/changed-files@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 # v45.0.7
40+
uses: tj-actions/changed-files@^45
4141
with:
4242
files: |
4343
docs/**

0 commit comments

Comments
 (0)