mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 20:28:10 +00:00
build(deps): bump Ana06/get-changed-files from 2.2.0 to 2.3.0 (#31236)
Bumps [Ana06/get-changed-files](https://github.com/ana06/get-changed-files) from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ana06/get-changed-files/releases">Ana06/get-changed-files's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <p>This project is a fork of <a href="https://github.com/jitterbit/get-changed-files">jitterbit/get-changed-files</a>, which:</p> <ul> <li>Supports <code>pull_request_target</code></li> <li>Allows to filter files using regular expressions</li> <li>Removes the ahead check</li> <li>Considers renamed modified files as modified</li> <li>Adds <code>added_modified_renamed</code> that includes renamed non-modified files and all files in <code>added_modified</code></li> <li>Uses Node 20</li> </ul> <h2>Changes</h2> <ul> <li>Update to Node 20</li> <li>Update dependencies</li> </ul> <h2>Raw diff</h2> <p><a href="https://github.com/Ana06/get-changed-files/compare/v2.2.0...v2.3.0">https://github.com/Ana06/get-changed-files/compare/v2.2.0...v2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="25f79e676e
"><code>25f79e6</code></a> Update version in package.json</li> <li><a href="6f5373eb01
"><code>6f5373e</code></a> Merge pull request <a href="https://redirect.github.com/ana06/get-changed-files/issues/42">#42</a> from Ana06/release2-3</li> <li><a href="64dffb46a4
"><code>64dffb4</code></a> Prepare 2.3.0 release</li> <li><a href="791f7645b7
"><code>791f764</code></a> [CI] Update actions/checkout</li> <li><a href="5a4a136e91
"><code>5a4a136</code></a> [CI] Ensure GH action uses node version 20</li> <li><a href="38bdb2e498
"><code>38bdb2e</code></a> Update to Node 20</li> <li><a href="5558be5781
"><code>5558be5</code></a> Merge pull request <a href="https://redirect.github.com/ana06/get-changed-files/issues/30">#30</a> from Ana06/dependabot/npm_and_yarn/decode-uri-componen...</li> <li><a href="6a376fdbb3
"><code>6a376fd</code></a> Merge pull request <a href="https://redirect.github.com/ana06/get-changed-files/issues/31">#31</a> from Ana06/dependabot/npm_and_yarn/qs-6.5.3</li> <li><a href="ace6e7bcbb
"><code>ace6e7b</code></a> Merge pull request <a href="https://redirect.github.com/ana06/get-changed-files/issues/32">#32</a> from brtrick/main</li> <li><a href="a102fae9bf
"><code>a102fae</code></a> Merge pull request <a href="https://redirect.github.com/ana06/get-changed-files/issues/33">#33</a> from Ana06/dependabot/npm_and_yarn/json5-2.2.3</li> <li>Additional commits viewable in <a href="https://github.com/ana06/get-changed-files/compare/v2.2.0...v2.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6bbc12b7f7
commit
03adca6c44
2
.github/workflows/check_diffs.yml
vendored
2
.github/workflows/check_diffs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- id: files
|
||||
uses: Ana06/get-changed-files@v2.2.0
|
||||
uses: Ana06/get-changed-files@v2.3.0
|
||||
- id: set-matrix
|
||||
run: |
|
||||
python -m pip install packaging requests
|
||||
|
2
.github/workflows/check_new_docs.yml
vendored
2
.github/workflows/check_new_docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- id: files
|
||||
uses: Ana06/get-changed-files@v2.2.0
|
||||
uses: Ana06/get-changed-files@v2.3.0
|
||||
with:
|
||||
filter: |
|
||||
*.ipynb
|
||||
|
Loading…
Reference in New Issue
Block a user