Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#1006
Browse files Browse the repository at this point in the history
)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41.
- [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@v35...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

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 Jan 3, 2024
1 parent ecadf3b commit f574ecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-
- name: Get changed files
id: RLBase-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
src/ReinforcementLearningBase/**
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
${{ runner.os }}-
- name: Get changed files
id: RLCore-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
src/ReinforcementLearningCore/**
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
${{ runner.os }}-
- name: Get changed files
id: RLZoo-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
src/ReinforcementLearningZoo/**
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
${{ runner.os }}-
- name: Get changed files
id: RLEnvironments-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
src/ReinforcementLearningEnvironments/**
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Get changed files
id: RLExperiments-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
src/ReinforcementLearningExperiments/**
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: documentation-changed
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
docs/**
Expand Down

0 comments on commit f574ecb

Please sign in to comment.