Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v35.7.12 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 7, 2023
1 parent 2f9fcba commit 21f7b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Get changed container files
if: steps.get_commit_sha.outputs.previous_tag != steps.get_commit_sha.outputs.last_commit
id: changed-files
uses: tj-actions/[email protected].11
uses: tj-actions/[email protected].12
with:
base_sha: ${{ steps.get_commit_sha.outputs.previous_tag }}
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Get changed container files
id: changed-files
uses: tj-actions/[email protected].11
uses: tj-actions/[email protected].12
with:
files: |
rootfs/**
Expand Down

0 comments on commit 21f7b8b

Please sign in to comment.