Skip to content

Commit 33f41ef

Browse files
authored
Merge pull request #466 from traPtitech/dependabot/github_actions/actions-deps-0bdd07451a
build(deps): bump the actions-deps group with 2 updates
2 parents 4d7a0eb + 55400cc commit 33f41ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/PR-Agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: PR Agent action step
2525
id: pragent
26-
uses: qodo-ai/pr-agent@v0.28
26+
uses: qodo-ai/pr-agent@v0.29
2727
env:
2828
OPENAI_KEY: ${{ secrets.OPENAI_PROXY_KEY }}
2929
OPENAI_API_BASE: 'https://llm-proxy.trap.jp'

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Dependabot metadata
1818
id: metadata
19-
uses: dependabot/fetch-metadata@v2.3.0
19+
uses: dependabot/fetch-metadata@v2.4.0
2020
with:
2121
github-token: '${{ secrets.GITHUB_TOKEN }}'
2222
- name: Approve a PR

0 commit comments

Comments
 (0)