Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 24 to 25 (electricitymaps#4432)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 to 25.
- [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@v24...v25)

---
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2022
1 parent d67d15f commit 8312658
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Check frontend files
id: check-frontend
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v25
with:
files: |
**/web/**/*
Expand All @@ -31,19 +31,19 @@ jobs:
**/web/**/*.md
- name: Check markdown files
id: check-markdown
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v25
with:
files: |
**/*.md
- name: Check json files
id: check-json
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v25
with:
files: |
**/*.json
- name: Check python files
id: check-python
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v25
with:
files: |
**/*.py
Expand All @@ -52,7 +52,7 @@ jobs:
.python-version
- name: Check if workflows have changed
id: check-workflows
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v25
with:
files: |
**/.github/workflows/**/*.yml
Expand Down

0 comments on commit 8312658

Please sign in to comment.