Skip to content

Commit

Permalink
github: [skip ci]: bump tj-actions/changed-files from 41 to 42
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v41...v42)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and linuxmaniac committed Jan 23, 2024
1 parent 569b536 commit 100d96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- name: Get changed files
if: ${{ ! inputs.force }}
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
since_last_remote_commit: true

- name: changes in relevant files
if: ${{ ! inputs.force }}
id: changed-files-builder
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
.devcontainer/**
Expand Down

0 comments on commit 100d96b

Please sign in to comment.