浏览代码

github: [skip ci]: bump tj-actions/changed-files from 45 to 46

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45...v46)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 5 月之前
父节点
当前提交
cce55a0b22
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/builder.yml

+ 2 - 2
.github/workflows/builder.yml

@@ -29,13 +29,13 @@ jobs:
 
     - name: Get changed files
       id: changed-files
-      uses: tj-actions/changed-files@v45
+      uses: tj-actions/changed-files@v46
       with:
         since_last_remote_commit: true
 
     - name: Dockerfile.builder
       id: changed-files-builder
-      uses: tj-actions/changed-files@v45
+      uses: tj-actions/changed-files@v46
       with:
         files: alpine/Dockerfile.builder