Skip to content

chore(deps): update dependency @langchain/core to v0.3.80 #351

chore(deps): update dependency @langchain/core to v0.3.80

chore(deps): update dependency @langchain/core to v0.3.80 #351

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: eo-version-up
'on':
push:
branches:
- master
tags:
- '*'
concurrency:
group: eo-version-up-${{ github.ref }}
cancel-in-progress: true
jobs:
eo-version-up:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: sudo apt-get install --yes jq
- run: |
curl https://api.github.com/repos/objectionary/eo/releases/latest \
--silent | jq -r .tag_name > eo-version.txt
- uses: peter-evans/create-pull-request@v8
with:
sign-commits: true
branch: version-up
commit-message: 'new version of eo maven plugin'
delete-branch: true
title: 'New version of EO Maven Plugin'
assignees: yegor256
base: master