diff options
author | 2024-09-25 12:48:16 +0100 | |
---|---|---|
committer | 2024-09-25 12:48:16 +0100 | |
commit | da4bc2c8bcc94ef2a3b209e6f183f5375df0c17f (patch) | |
tree | f91be7d1cbabbb96ec3ed45c3eae8b95c46caedc | |
parent | 98831ee500f33809903006833afc9248bbaa2dc8 (diff) | |
download | astro-da4bc2c8bcc94ef2a3b209e6f183f5375df0c17f.tar.gz astro-da4bc2c8bcc94ef2a3b209e6f183f5375df0c17f.tar.zst astro-da4bc2c8bcc94ef2a3b209e6f183f5375df0c17f.zip |
chore(deps): update tj-actions/changed-files action to v45 (#11838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/check-merge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-merge.yml b/.github/workflows/check-merge.yml index 8a2b3243b..a4b4ddb99 100644 --- a/.github/workflows/check-merge.yml +++ b/.github/workflows/check-merge.yml @@ -41,7 +41,7 @@ jobs: - name: Get changed files in the .changeset folder id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 if: steps.blocked.outputs.result != 'true' with: files: | |