Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 29.0.2 to 29.0.4 (electricitymaps#…
Browse files Browse the repository at this point in the history
…4545)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.2 to 29.0.4.
- [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@v29.0.2...v29.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

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 Sep 8, 2022
1 parent 8baa009 commit 95b27a7
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/[email protected].2
uses: tj-actions/[email protected].4
with:
files: |
**/web/**/*
Expand All @@ -31,19 +31,19 @@ jobs:
**/web/**/*.md
- name: Check markdown files
id: check-markdown
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].4
with:
files: |
**/*.md
- name: Check json files
id: check-json
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].4
with:
files: |
**/*.json
- name: Check python files
id: check-python
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].4
with:
files: |
**/*.py
Expand All @@ -52,7 +52,7 @@ jobs:
.python-version
- name: Check if workflows have changed
id: check-workflows
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].4
with:
files: |
**/.github/workflows/**/*.yml
Expand Down

0 comments on commit 95b27a7

Please sign in to comment.