Skip to content

Commit

Permalink
Merge pull request #533 from galacticusorg/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…tj-actions/changed-files-42

build(deps): bump tj-actions/changed-files from 41 to 42
  • Loading branch information
abensonca authored Jan 22, 2024
2 parents d6e9198 + 08bc9ca commit 08fd126
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/prChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt install -y yamllint
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.yml
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt install -y libxml2-utils
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.xml
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
git config --global --add safe.directory $GALACTICUS_EXEC_PATH
- name: Get changed scripts
id: changed-scripts
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.pl
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
git config --global --add safe.directory $GALACTICUS_EXEC_PATH
- name: Get changed modules
id: changed-modules
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.pm
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
git config --global --add safe.directory $GALACTICUS_EXEC_PATH
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.F90
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
make -j2 work/build/stateStorables.xml
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.F90
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
make -j2 work/build/stateStorables.xml
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v42
with:
files: |
**/*.tex
Expand Down

0 comments on commit 08fd126

Please sign in to comment.