mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
Bump tj-actions/changed-files from 44 to 47 in /.github/workflows (#82)
* Bump tj-actions/changed-files from 44 to 47 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 47. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: timansky <timansky@kolesa.team>
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check changed Perl files
|
- name: Check changed Perl files
|
||||||
id: changed-files-perl
|
id: changed-files-perl
|
||||||
uses: tj-actions/changed-files@v44
|
uses: tj-actions/changed-files@v47
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/*.pm
|
**/*.pm
|
||||||
@@ -57,14 +57,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Check changed Markdown files
|
- name: Check changed Markdown files
|
||||||
id: changed-files-markdown
|
id: changed-files-markdown
|
||||||
uses: tj-actions/changed-files@v44
|
uses: tj-actions/changed-files@v47
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/*.md
|
**/*.md
|
||||||
|
|
||||||
- name: Check changed test files
|
- name: Check changed test files
|
||||||
id: changed-files-test
|
id: changed-files-test
|
||||||
uses: tj-actions/changed-files@v44
|
uses: tj-actions/changed-files@v47
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
tests/**/*.t
|
tests/**/*.t
|
||||||
|
|||||||
Reference in New Issue
Block a user