Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v40.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2023
1 parent 2413813 commit 18b4eaa
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 @@ -126,7 +126,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].1
uses: tj-actions/[email protected].2
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 @@ -101,7 +101,7 @@ jobs:

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

0 comments on commit 18b4eaa

Please sign in to comment.